Html Css Color HEX #A76096 Violet Blue

📋 copy color: '#A76096'

red 167 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #A76096

Tints of Violet Blue #A76096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 40.44%
G = 23.24%
B = 36.32%

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

#A76096 (or 0xA76096) is known color: Violet Blue. HEX triplet: A7, 60 and 96. RGB value is (167,96,150). Sum of RGB (Red+Green+Blue) = 167+96+150=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76096 is #589F69. Grayscale: #7B7B7B. Windows color (decimal): -5807978 or 9855143. OLE color: 9855143.

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

Color convert

RGB 167 96 150 -
CMYK 0 0.43 0.10 0.35
HSL 314.37º 0.29% 0.52% -
HSV(B) 314.37º 0.43% 0.65% -
XYZ 25.62 18.78 31.13 -
YUV 123.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 167 96 150 0 0.43 0.10 0.35 314.37 0.29 0.52
Hex A7 60 96 0 2B A 23 13A 1D 34
Octal 247 140 226 0 53 12 43 472 35 64
Binary 10100111 1100000 10010110 0 101011 1010 100011 100111010 11101 110100

Color Harmonies of #A76096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76096

Black with #A76096

Text Example


Text Example

White with #A76096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76096; }

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

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

background-color css

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

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

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

border-color css

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

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

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