Html Css Color HEX #A66EEB Medium Purple

📋 copy color: '#A66EEB'

red 166 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #A66EEB

Tints of Medium Purple #A66EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 32.49%
G = 21.53%
B = 45.99%

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

#A66EEB (or 0xA66EEB) is known color: Medium Purple. HEX triplet: A6, 6E and EB. RGB value is (166,110,235). Sum of RGB (Red+Green+Blue) = 166+110+235=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A66EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EEB is #599114. Grayscale: #8C8C8C. Windows color (decimal): -5869845 or 15429286. OLE color: 15429286.

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

Color convert

RGB 166 110 235 -
CMYK 0.29 0.53 0 0.08
HSL 266.88º 0.76% 0.68% -
HSV(B) 266.88º 0.53% 0.92% -
XYZ 36.3 25.26 81.56 -
YUV 140.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 166 110 235 0.29 0.53 0 0.08 266.88 0.76 0.68
Hex A6 6E EB 1D 35 0 8 10B 4C 44
Octal 246 156 353 35 65 0 10 413 114 104
Binary 10100110 1101110 11101011 11101 110101 0 1000 100001011 1001100 1000100

Color Harmonies of #A66EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EEB

Black with #A66EEB

Text Example


Text Example

White with #A66EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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