Html Css Color HEX #A66AAA Violet Blue

📋 copy color: '#A66AAA'

red 166 ◦ green 106 ◦ blue 170

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

Shades of Violet Blue #A66AAA

Tints of Violet Blue #A66AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.98%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 37.56%
G = 23.98%
B = 38.46%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A66AAA (or 0xA66AAA) is known color: Violet Blue. HEX triplet: A6, 6A and AA. RGB value is (166,106,170). Sum of RGB (Red+Green+Blue) = 166+106+170=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A66AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AAA is #599555. Grayscale: #838383. Windows color (decimal): -5870934 or 11168422. OLE color: 11168422.

HSL color Cylindrical-coordinate representation of color #A66AAA: hue angle of 296.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66AAA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 106 170 -
CMYK 0.02 0.38 0 0.33
HSL 296.25º 0.27% 0.54% -
HSV(B) 296.25º 0.38% 0.67% -
XYZ 28.14 21.32 40.66 -
YUV 131.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 166 106 170 0.02 0.38 0 0.33 296.25 0.27 0.54
Hex A6 6A AA 2 26 0 21 128 1B 36
Octal 246 152 252 2 46 0 41 450 33 66
Binary 10100110 1101010 10101010 10 100110 0 100001 100101000 11011 110110

Color Harmonies of #A66AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AAA

Black with #A66AAA

Text Example


Text Example

White with #A66AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AAA; }

 p { color: rgb(166,106,170); }

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

background-color css

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

 a { background-color: rgb(166,106,170); }

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

border-color css

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

 span { border-color: rgb(166,106,170); }

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