Html Css Color HEX #A666AB Violet Blue

📋 copy color: '#A666AB'

red 166 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #A666AB

Tints of Violet Blue #A666AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 37.81%
G = 23.23%
B = 38.95%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A666AB (or 0xA666AB) is known color: Violet Blue. HEX triplet: A6, 66 and AB. RGB value is (166,102,171). Sum of RGB (Red+Green+Blue) = 166+102+171=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #A666AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AB is #599954. Grayscale: #808080. Windows color (decimal): -5871957 or 11232934. OLE color: 11232934.

HSL color Cylindrical-coordinate representation of color #A666AB: hue angle of 295.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A666AB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 102 171 -
CMYK 0.03 0.40 0 0.33
HSL 295.65º 0.29% 0.54% -
HSV(B) 295.65º 0.4% 0.67% -
XYZ 27.83 20.55 41.03 -
YUV 129 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 166 102 171 0.03 0.40 0 0.33 295.65 0.29 0.54
Hex A6 66 AB 3 28 0 21 128 1D 36
Octal 246 146 253 3 50 0 41 450 35 66
Binary 10100110 1100110 10101011 11 101000 0 100001 100101000 11101 110110

Color Harmonies of #A666AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666AB

Black with #A666AB

Text Example


Text Example

White with #A666AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666AB; }

 p { color: rgb(166,102,171); }

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

background-color css

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

 a { background-color: rgb(166,102,171); }

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

border-color css

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

 span { border-color: rgb(166,102,171); }

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