Html Css Color HEX #A76097 Violet Blue

📋 copy color: '#A76097'

red 167 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #A76097

Tints of Violet Blue #A76097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 40.34%
G = 23.19%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A76097 (or 0xA76097) is known color: Violet Blue. HEX triplet: A7, 60 and 97. RGB value is (167,96,151). Sum of RGB (Red+Green+Blue) = 167+96+151=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76097 is #589F68. Grayscale: #7B7B7B. Windows color (decimal): -5807977 or 9920679. OLE color: 9920679.

HSL color Cylindrical-coordinate representation of color #A76097: hue angle of 313.52º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76097 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 151 -
CMYK 0 0.43 0.10 0.35
HSL 313.52º 0.29% 0.52% -
HSV(B) 313.52º 0.43% 0.65% -
XYZ 25.71 18.82 31.56 -
YUV 123.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 167 96 151 0 0.43 0.10 0.35 313.52 0.29 0.52
Hex A7 60 97 0 2B A 23 13A 1D 34
Octal 247 140 227 0 53 12 43 472 35 64
Binary 10100111 1100000 10010111 0 101011 1010 100011 100111010 11101 110100

Color Harmonies of #A76097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76097

Black with #A76097

Text Example


Text Example

White with #A76097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76097; }

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

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

background-color css

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

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

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

border-color css

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

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

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