Html Css Color HEX #A76497 Violet Blue

📋 copy color: '#A76497'

red 167 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #A76497

Tints of Violet Blue #A76497

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

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

R = 39.95%
G = 23.92%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A76497 (or 0xA76497) is known color: Violet Blue. HEX triplet: A7, 64 and 97. RGB value is (167,100,151). Sum of RGB (Red+Green+Blue) = 167+100+151=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A76497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76497 is #589B68. Grayscale: #7D7D7D. Windows color (decimal): -5806953 or 9921703. OLE color: 9921703.

HSL color Cylindrical-coordinate representation of color #A76497: hue angle of 314.33º degrees, saturation: 0.28, 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 #A76497 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 151 -
CMYK 0 0.40 0.10 0.35
HSL 314.33º 0.28% 0.52% -
HSV(B) 314.33º 0.4% 0.65% -
XYZ 26.08 19.56 31.68 -
YUV 125.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 167 100 151 0 0.40 0.10 0.35 314.33 0.28 0.52
Hex A7 64 97 0 28 A 23 13A 1C 34
Octal 247 144 227 0 50 12 43 472 34 64
Binary 10100111 1100100 10010111 0 101000 1010 100011 100111010 11100 110100

Color Harmonies of #A76497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76497

Black with #A76497

Text Example


Text Example

White with #A76497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76497; }

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

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

background-color css

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

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

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

border-color css

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

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

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