Html Css Color HEX #A76BAB Violet Blue

📋 copy color: '#A76BAB'

red 167 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #A76BAB

Tints of Violet Blue #A76BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 37.53%
G = 24.04%
B = 38.43%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A76BAB (or 0xA76BAB) is known color: Violet Blue. HEX triplet: A7, 6B and AB. RGB value is (167,107,171). Sum of RGB (Red+Green+Blue) = 167+107+171=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BAB is #589454. Grayscale: #848484. Windows color (decimal): -5805141 or 11234215. OLE color: 11234215.

HSL color Cylindrical-coordinate representation of color #A76BAB: hue angle of 296.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76BAB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 107 171 -
CMYK 0.02 0.37 0 0.33
HSL 296.25º 0.28% 0.55% -
HSV(B) 296.25º 0.37% 0.67% -
XYZ 28.54 21.67 41.21 -
YUV 132.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 167 107 171 0.02 0.37 0 0.33 296.25 0.28 0.55
Hex A7 6B AB 2 25 0 21 128 1C 37
Octal 247 153 253 2 45 0 41 450 34 67
Binary 10100111 1101011 10101011 10 100101 0 100001 100101000 11100 110111

Color Harmonies of #A76BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BAB

Black with #A76BAB

Text Example


Text Example

White with #A76BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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