Html Css Color HEX #A76AAB Violet Blue

📋 copy color: '#A76AAB'

red 167 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #A76AAB

Tints of Violet Blue #A76AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

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

R = 37.61%
G = 23.87%
B = 38.51%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A76AAB (or 0xA76AAB) is known color: Violet Blue. HEX triplet: A7, 6A and AB. RGB value is (167,106,171). Sum of RGB (Red+Green+Blue) = 167+106+171=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A76AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76AAB is #589554. Grayscale: #838383. Windows color (decimal): -5805397 or 11233959. OLE color: 11233959.

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

Color convert

RGB 167 106 171 -
CMYK 0.02 0.38 0 0.33
HSL 296.31º 0.28% 0.54% -
HSV(B) 296.31º 0.38% 0.67% -
XYZ 28.44 21.46 41.17 -
YUV 131.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 167 106 171 0.02 0.38 0 0.33 296.31 0.28 0.54
Hex A7 6A AB 2 26 0 21 128 1C 36
Octal 247 152 253 2 46 0 41 450 34 66
Binary 10100111 1101010 10101011 10 100110 0 100001 100101000 11100 110110

Color Harmonies of #A76AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AAB

Black with #A76AAB

Text Example


Text Example

White with #A76AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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