Html Css Color HEX #A76E9F Violet Blue

📋 copy color: '#A76E9F'

red 167 ◦ green 110 ◦ blue 159

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

Shades of Violet Blue #A76E9F

Tints of Violet Blue #A76E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.23%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 38.3%
G = 25.23%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A76E9F (or 0xA76E9F) is known color: Violet Blue. HEX triplet: A7, 6E and 9F. RGB value is (167,110,159). Sum of RGB (Red+Green+Blue) = 167+110+159=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E9F is #589160. Grayscale: #848484. Windows color (decimal): -5804385 or 10448551. OLE color: 10448551.

HSL color Cylindrical-coordinate representation of color #A76E9F: hue angle of 308.42º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E9F is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 159 -
CMYK 0 0.34 0.05 0.35
HSL 308.42º 0.24% 0.54% -
HSV(B) 308.42º 0.34% 0.65% -
XYZ 27.77 21.87 35.56 -
YUV 132.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 167 110 159 0 0.34 0.05 0.35 308.42 0.24 0.54
Hex A7 6E 9F 0 22 5 23 134 18 36
Octal 247 156 237 0 42 5 43 464 30 66
Binary 10100111 1101110 10011111 0 100010 101 100011 100110100 11000 110110

Color Harmonies of #A76E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E9F

Black with #A76E9F

Text Example


Text Example

White with #A76E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E9F; }

 p { color: rgb(167,110,159); }

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

background-color css

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

 a { background-color: rgb(167,110,159); }

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

border-color css

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

 span { border-color: rgb(167,110,159); }

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