Html Css Color HEX #A66497 Violet Blue

📋 copy color: '#A66497'

red 166 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #A66497

Tints of Violet Blue #A66497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.98%

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 39.81%
G = 23.98%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A66497 (or 0xA66497) is known color: Violet Blue. HEX triplet: A6, 64 and 97. RGB value is (166,100,151). Sum of RGB (Red+Green+Blue) = 166+100+151=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66497 is #599B68. Grayscale: #7D7D7D. Windows color (decimal): -5872489 or 9921702. OLE color: 9921702.

HSL color Cylindrical-coordinate representation of color #A66497: hue angle of 313.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66497 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 151 -
CMYK 0 0.40 0.09 0.35
HSL 313.64º 0.27% 0.52% -
HSV(B) 313.64º 0.4% 0.65% -
XYZ 25.87 19.46 31.67 -
YUV 125.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 166 100 151 0 0.40 0.09 0.35 313.64 0.27 0.52
Hex A6 64 97 0 28 9 23 13A 1B 34
Octal 246 144 227 0 50 11 43 472 33 64
Binary 10100110 1100100 10010111 0 101000 1001 100011 100111010 11011 110100

Color Harmonies of #A66497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66497

Black with #A66497

Text Example


Text Example

White with #A66497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66497; }

 p { color: rgb(166,100,151); }

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

background-color css

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

 a { background-color: rgb(166,100,151); }

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

border-color css

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

 span { border-color: rgb(166,100,151); }

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