Html Css Color HEX #A76EA1 Violet Blue

📋 copy color: '#A76EA1'

red 167 ◦ green 110 ◦ blue 161

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

Shades of Violet Blue #A76EA1

Tints of Violet Blue #A76EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 38.13%
G = 25.11%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A76EA1 (or 0xA76EA1) is known color: Violet Blue. HEX triplet: A7, 6E and A1. RGB value is (167,110,161). Sum of RGB (Red+Green+Blue) = 167+110+161=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A76EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EA1 is #58915E. Grayscale: #848484. Windows color (decimal): -5804383 or 10579623. OLE color: 10579623.

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

Color convert

RGB 167 110 161 -
CMYK 0 0.34 0.04 0.35
HSL 306.32º 0.24% 0.54% -
HSV(B) 306.32º 0.34% 0.65% -
XYZ 27.95 21.94 36.48 -
YUV 132.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 167 110 161 0 0.34 0.04 0.35 306.32 0.24 0.54
Hex A7 6E A1 0 22 4 23 132 18 36
Octal 247 156 241 0 42 4 43 462 30 66
Binary 10100111 1101110 10100001 0 100010 100 100011 100110010 11000 110110

Color Harmonies of #A76EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EA1

Black with #A76EA1

Text Example


Text Example

White with #A76EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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