Html Css Color HEX #AB76AA Violet Blue

📋 copy color: '#AB76AA'

red 171 ◦ green 118 ◦ blue 170

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

Shades of Violet Blue #AB76AA

Tints of Violet Blue #AB76AA

RGB

 RED value IS 171 (67.19% from 255) = 37.25%

 GREEN value IS 118 (46.48% from 255) = 25.71%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 37.25%
G = 25.71%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB76AA (or 0xAB76AA) is known color: Violet Blue. HEX triplet: AB, 76 and AA. RGB value is (171,118,170). Sum of RGB (Red+Green+Blue) = 171+118+170=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AA is #548955. Grayscale: #8B8B8B. Windows color (decimal): -5540182 or 11171499. OLE color: 11171499.

HSL color Cylindrical-coordinate representation of color #AB76AA: hue angle of 301.13º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB76AA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 170 -
CMYK 0 0.31 0.01 0.33
HSL 301.13º 0.24% 0.57% -
HSV(B) 301.13º 0.31% 0.67% -
XYZ 30.53 24.52 41.15 -
YUV 139.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 171 118 170 0 0.31 0.01 0.33 301.13 0.24 0.57
Hex AB 76 AA 0 1F 1 21 12D 18 39
Octal 253 166 252 0 37 1 41 455 30 71
Binary 10101011 1110110 10101010 0 11111 1 100001 100101101 11000 111001

Color Harmonies of #AB76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76AA

Black with #AB76AA

Text Example


Text Example

White with #AB76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76AA; }

 p { color: rgb(171,118,170); }

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

background-color css

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

 a { background-color: rgb(171,118,170); }

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

border-color css

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

 span { border-color: rgb(171,118,170); }

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