Html Css Color HEX #A66EEA Medium Purple

📋 copy color: '#A66EEA'

red 166 ◦ green 110 ◦ blue 234

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

Shades of Medium Purple #A66EEA

Tints of Medium Purple #A66EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 32.55%
G = 21.57%
B = 45.88%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A66EEA (or 0xA66EEA) is known color: Medium Purple. HEX triplet: A6, 6E and EA. RGB value is (166,110,234). Sum of RGB (Red+Green+Blue) = 166+110+234=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #A66EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EEA is #599115. Grayscale: #8C8C8C. Windows color (decimal): -5869846 or 15363750. OLE color: 15363750.

HSL color Cylindrical-coordinate representation of color #A66EEA: hue angle of 267.1º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A66EEA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 110 234 -
CMYK 0.29 0.53 0 0.08
HSL 267.1º 0.75% 0.67% -
HSV(B) 267.1º 0.53% 0.92% -
XYZ 36.15 25.2 80.8 -
YUV 140.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 166 110 234 0.29 0.53 0 0.08 267.1 0.75 0.67
Hex A6 6E EA 1D 35 0 8 10B 4B 43
Octal 246 156 352 35 65 0 10 413 113 103
Binary 10100110 1101110 11101010 11101 110101 0 1000 100001011 1001011 1000011

Color Harmonies of #A66EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EEA

Black with #A66EEA

Text Example


Text Example

White with #A66EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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