Html Css Color HEX #A66A99 Violet Blue

📋 copy color: '#A66A99'

red 166 ◦ green 106 ◦ blue 153

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

Shades of Violet Blue #A66A99

Tints of Violet Blue #A66A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36%

R = 39.06%
G = 24.94%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66A99 (or 0xA66A99) is known color: Violet Blue. HEX triplet: A6, 6A and 99. RGB value is (166,106,153). Sum of RGB (Red+Green+Blue) = 166+106+153=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A99 is #599566. Grayscale: #818181. Windows color (decimal): -5870951 or 10054310. OLE color: 10054310.

HSL color Cylindrical-coordinate representation of color #A66A99: hue angle of 313º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66A99 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 153 -
CMYK 0 0.36 0.08 0.35
HSL 313º 0.25% 0.53% -
HSV(B) 313º 0.36% 0.65% -
XYZ 26.63 20.71 32.73 -
YUV 129.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 166 106 153 0 0.36 0.08 0.35 313 0.25 0.53
Hex A6 6A 99 0 24 8 23 139 19 35
Octal 246 152 231 0 44 10 43 471 31 65
Binary 10100110 1101010 10011001 0 100100 1000 100011 100111001 11001 110101

Color Harmonies of #A66A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A99

Black with #A66A99

Text Example


Text Example

White with #A66A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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