Html Css Color HEX #A76BA2 Violet Blue

📋 copy color: '#A76BA2'

red 167 ◦ green 107 ◦ blue 162

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

Shades of Violet Blue #A76BA2

Tints of Violet Blue #A76BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 38.3%
G = 24.54%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A76BA2 (or 0xA76BA2) is known color: Violet Blue. HEX triplet: A7, 6B and A2. RGB value is (167,107,162). Sum of RGB (Red+Green+Blue) = 167+107+162=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A76BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BA2 is #58945D. Grayscale: #838383. Windows color (decimal): -5805150 or 10644391. OLE color: 10644391.

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

Color convert

RGB 167 107 162 -
CMYK 0 0.36 0.03 0.35
HSL 305º 0.25% 0.54% -
HSV(B) 305º 0.36% 0.65% -
XYZ 27.72 21.34 36.84 -
YUV 131.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 167 107 162 0 0.36 0.03 0.35 305 0.25 0.54
Hex A7 6B A2 0 24 3 23 131 19 36
Octal 247 153 242 0 44 3 43 461 31 66
Binary 10100111 1101011 10100010 0 100100 11 100011 100110001 11001 110110

Color Harmonies of #A76BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BA2

Black with #A76BA2

Text Example


Text Example

White with #A76BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BA2; }

 p { color: rgb(167,107,162); }

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

background-color css

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

 a { background-color: rgb(167,107,162); }

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

border-color css

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

 span { border-color: rgb(167,107,162); }

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