Html Css Color HEX #AB76AB Violet Blue

📋 copy color: '#AB76AB'

red 171 ◦ green 118 ◦ blue 171

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

Shades of Violet Blue #AB76AB

Tints of Violet Blue #AB76AB

RGB

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

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

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

R = 37.17%
G = 25.65%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB76AB (or 0xAB76AB) is known color: Violet Blue. HEX triplet: AB, 76 and AB. RGB value is (171,118,171). Sum of RGB (Red+Green+Blue) = 171+118+171=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AB is #548954. Grayscale: #8B8B8B. Windows color (decimal): -5540181 or 11237035. OLE color: 11237035.

HSL color Cylindrical-coordinate representation of color #AB76AB: hue angle of 300º 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 #AB76AB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 171 -
CMYK 0 0.31 0 0.33
HSL 300º 0.24% 0.57% -
HSV(B) 300º 0.31% 0.67% -
XYZ 30.62 24.56 41.65 -
YUV 139.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 171 118 171 0 0.31 0 0.33 300 0.24 0.57
Hex AB 76 AB 0 1F 0 21 12C 18 39
Octal 253 166 253 0 37 0 41 454 30 71
Binary 10101011 1110110 10101011 0 11111 0 100001 100101100 11000 111001

Color Harmonies of #AB76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76AB

Black with #AB76AB

Text Example


Text Example

White with #AB76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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