Html Css Color HEX #A66FE4 Medium Purple

📋 copy color: '#A66FE4'

red 166 ◦ green 111 ◦ blue 228

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

Shades of Medium Purple #A66FE4

Tints of Medium Purple #A66FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 32.87%
G = 21.98%
B = 45.15%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A66FE4 (or 0xA66FE4) is known color: Medium Purple. HEX triplet: A6, 6F and E4. RGB value is (166,111,228). Sum of RGB (Red+Green+Blue) = 166+111+228=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #A66FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FE4 is #59901B. Grayscale: #8C8C8C. Windows color (decimal): -5869596 or 14970790. OLE color: 14970790.

HSL color Cylindrical-coordinate representation of color #A66FE4: hue angle of 268.21º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66FE4 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 111 228 -
CMYK 0.27 0.51 0 0.11
HSL 268.21º 0.68% 0.66% -
HSV(B) 268.21º 0.51% 0.89% -
XYZ 35.41 25.08 76.37 -
YUV 140.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 166 111 228 0.27 0.51 0 0.11 268.21 0.68 0.66
Hex A6 6F E4 1B 33 0 B 10C 44 42
Octal 246 157 344 33 63 0 13 414 104 102
Binary 10100110 1101111 11100100 11011 110011 0 1011 100001100 1000100 1000010

Color Harmonies of #A66FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FE4

Black with #A66FE4

Text Example


Text Example

White with #A66FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FE4; }

 p { color: rgb(166,111,228); }

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

background-color css

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

 a { background-color: rgb(166,111,228); }

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

border-color css

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

 span { border-color: rgb(166,111,228); }

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