Html Css Color HEX #A66EA1 Violet Blue

📋 copy color: '#A66EA1'

red 166 ◦ green 110 ◦ blue 161

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

Shades of Violet Blue #A66EA1

Tints of Violet Blue #A66EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.84%

R = 37.99%
G = 25.17%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A66EA1 (or 0xA66EA1) is known color: Violet Blue. HEX triplet: A6, 6E and A1. RGB value is (166,110,161). Sum of RGB (Red+Green+Blue) = 166+110+161=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A66EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EA1 is #59915E. Grayscale: #848484. Windows color (decimal): -5869919 or 10579622. OLE color: 10579622.

HSL color Cylindrical-coordinate representation of color #A66EA1: hue angle of 305.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66EA1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 110 161 -
CMYK 0 0.34 0.03 0.35
HSL 305.36º 0.24% 0.54% -
HSV(B) 305.36º 0.34% 0.65% -
XYZ 27.73 21.83 36.47 -
YUV 132.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 166 110 161 0 0.34 0.03 0.35 305.36 0.24 0.54
Hex A6 6E A1 0 22 3 23 131 18 36
Octal 246 156 241 0 42 3 43 461 30 66
Binary 10100110 1101110 10100001 0 100010 11 100011 100110001 11000 110110

Color Harmonies of #A66EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EA1

Black with #A66EA1

Text Example


Text Example

White with #A66EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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