Html Css Color HEX #AB76AD Violet Blue

📋 copy color: '#AB76AD'

red 171 ◦ green 118 ◦ blue 173

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

Shades of Violet Blue #AB76AD

Tints of Violet Blue #AB76AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 37.01%
G = 25.54%
B = 37.45%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB76AD (or 0xAB76AD) is known color: Violet Blue. HEX triplet: AB, 76 and AD. RGB value is (171,118,173). Sum of RGB (Red+Green+Blue) = 171+118+173=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AD is #548952. Grayscale: #8B8B8B. Windows color (decimal): -5540179 or 11368107. OLE color: 11368107.

HSL color Cylindrical-coordinate representation of color #AB76AD: hue angle of 297.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB76AD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 118 173 -
CMYK 0.01 0.32 0 0.32
HSL 297.82º 0.25% 0.57% -
HSV(B) 297.82º 0.32% 0.68% -
XYZ 30.82 24.63 42.67 -
YUV 140.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 171 118 173 0.01 0.32 0 0.32 297.82 0.25 0.57
Hex AB 76 AD 1 20 0 20 12A 19 39
Octal 253 166 255 1 40 0 40 452 31 71
Binary 10101011 1110110 10101101 1 100000 0 100000 100101010 11001 111001

Color Harmonies of #AB76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76AD

Black with #AB76AD

Text Example


Text Example

White with #AB76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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