Html Css Color HEX #A76496 Violet Blue

📋 copy color: '#A76496'

red 167 ◦ green 100 ◦ blue 150

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

Shades of Violet Blue #A76496

Tints of Violet Blue #A76496

RGB

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

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

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

R = 40.05%
G = 23.98%
B = 35.97%

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

#A76496 (or 0xA76496) is known color: Violet Blue. HEX triplet: A7, 64 and 96. RGB value is (167,100,150). Sum of RGB (Red+Green+Blue) = 167+100+150=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A76496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76496 is #589B69. Grayscale: #7D7D7D. Windows color (decimal): -5806954 or 9856167. OLE color: 9856167.

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

Color convert

RGB 167 100 150 -
CMYK 0 0.40 0.10 0.35
HSL 315.22º 0.28% 0.52% -
HSV(B) 315.22º 0.4% 0.65% -
XYZ 26 19.53 31.25 -
YUV 125.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 167 100 150 0 0.40 0.10 0.35 315.22 0.28 0.52
Hex A7 64 96 0 28 A 23 13B 1C 34
Octal 247 144 226 0 50 12 43 473 34 64
Binary 10100111 1100100 10010110 0 101000 1010 100011 100111011 11100 110100

Color Harmonies of #A76496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76496

Black with #A76496

Text Example


Text Example

White with #A76496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76496; }

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

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

background-color css

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

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

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

border-color css

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

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

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