Html Css Color HEX #A66AAC Violet Blue

📋 copy color: '#A66AAC'

red 166 ◦ green 106 ◦ blue 172

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

Shades of Violet Blue #A66AAC

Tints of Violet Blue #A66AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 37.39%
G = 23.87%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A66AAC (or 0xA66AAC) is known color: Violet Blue. HEX triplet: A6, 6A and AC. RGB value is (166,106,172). Sum of RGB (Red+Green+Blue) = 166+106+172=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #A66AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AAC is #599553. Grayscale: #838383. Windows color (decimal): -5870932 or 11299494. OLE color: 11299494.

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

Color convert

RGB 166 106 172 -
CMYK 0.03 0.38 0 0.33
HSL 294.55º 0.28% 0.55% -
HSV(B) 294.55º 0.38% 0.67% -
XYZ 28.33 21.39 41.67 -
YUV 131.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 166 106 172 0.03 0.38 0 0.33 294.55 0.28 0.55
Hex A6 6A AC 3 26 0 21 127 1C 37
Octal 246 152 254 3 46 0 41 447 34 67
Binary 10100110 1101010 10101100 11 100110 0 100001 100100111 11100 110111

Color Harmonies of #A66AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AAC

Black with #A66AAC

Text Example


Text Example

White with #A66AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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