Html Css Color HEX #A66AAE Violet Blue

📋 copy color: '#A66AAE'

red 166 ◦ green 106 ◦ blue 174

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

Shades of Violet Blue #A66AAE

Tints of Violet Blue #A66AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 37.22%
G = 23.77%
B = 39.01%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A66AAE (or 0xA66AAE) is known color: Violet Blue. HEX triplet: A6, 6A and AE. RGB value is (166,106,174). Sum of RGB (Red+Green+Blue) = 166+106+174=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #A66AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AAE is #599551. Grayscale: #838383. Windows color (decimal): -5870930 or 11430566. OLE color: 11430566.

HSL color Cylindrical-coordinate representation of color #A66AAE: hue angle of 292.94º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66AAE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 106 174 -
CMYK 0.05 0.39 0 0.32
HSL 292.94º 0.3% 0.55% -
HSV(B) 292.94º 0.39% 0.68% -
XYZ 28.52 21.47 42.69 -
YUV 131.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 166 106 174 0.05 0.39 0 0.32 292.94 0.3 0.55
Hex A6 6A AE 5 27 0 20 125 1E 37
Octal 246 152 256 5 47 0 40 445 36 67
Binary 10100110 1101010 10101110 101 100111 0 100000 100100101 11110 110111

Color Harmonies of #A66AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AAE

Black with #A66AAE

Text Example


Text Example

White with #A66AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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