Html Css Color HEX #A66EFD Medium Purple

📋 copy color: '#A66EFD'

red 166 ◦ green 110 ◦ blue 253

#A66EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A66EFD

Tints of Medium Purple #A66EFD

RGB

 RED value IS 166 (65.23% from 255) = 31.38%

 GREEN value IS 110 (43.36% from 255) = 20.79%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 31.38%
G = 20.79%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A66EFD (or 0xA66EFD) is known color: Medium Purple. HEX triplet: A6, 6E and FD. RGB value is (166,110,253). Sum of RGB (Red+Green+Blue) = 166+110+253=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #A66EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EFD is #599102. Grayscale: #8E8E8E. Windows color (decimal): -5869827 or 16608934. OLE color: 16608934.

HSL color Cylindrical-coordinate representation of color #A66EFD: hue angle of 263.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66EFD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 110 253 -
CMYK 0.34 0.57 0 0.01
HSL 263.5º 0.97% 0.71% -
HSV(B) 263.5º 0.57% 0.99% -
XYZ 39.03 26.35 95.96 -
YUV 143.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 166 110 253 0.34 0.57 0 0.01 263.5 0.97 0.71
Hex A6 6E FD 22 39 0 1 107 61 47
Octal 246 156 375 42 71 0 1 407 141 107
Binary 10100110 1101110 11111101 100010 111001 0 1 100000111 1100001 1000111

Color Harmonies of #A66EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EFD

Black with #A66EFD

Text Example


Text Example

White with #A66EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EFD; }

 p { color: rgb(166,110,253); }

 H1.HeaderClassName
 {
   color: #A66EFD;
 }
 .AnyTagClassName
 {
   color: #A66EFD;
 }
</style>

background-color css

<style>
 a { background-color: #A66EFD; }

 a { background-color: rgb(166,110,253); }

 div.DivClassName
 {
   background-color: #A66EFD;
 }
 .BgClassName
 {
   background-color: #A66EFD;
 }
</style>

border-color css

<style>
 span { border-color: #A66EFD; }

 span { border-color: rgb(166,110,253); }

 td.TdClassName
 {
   border-color: #A66EFD;
 }
 .TagClassName
 {
   border-color: #A66EFD;
 }
</style>