Html Css Color HEX #AB77AD Violet Blue

📋 copy color: '#AB77AD'

red 171 ◦ green 119 ◦ blue 173

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

Shades of Violet Blue #AB77AD

Tints of Violet Blue #AB77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

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

R = 36.93%
G = 25.7%
B = 37.37%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB77AD (or 0xAB77AD) is known color: Violet Blue. HEX triplet: AB, 77 and AD. RGB value is (171,119,173). Sum of RGB (Red+Green+Blue) = 171+119+173=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AD is #548852. Grayscale: #8C8C8C. Windows color (decimal): -5539923 or 11368363. OLE color: 11368363.

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

Color convert

RGB 171 119 173 -
CMYK 0.01 0.31 0 0.32
HSL 297.78º 0.25% 0.57% -
HSV(B) 297.78º 0.31% 0.68% -
XYZ 30.93 24.87 42.7 -
YUV 140.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 171 119 173 0.01 0.31 0 0.32 297.78 0.25 0.57
Hex AB 77 AD 1 1F 0 20 12A 19 39
Octal 253 167 255 1 37 0 40 452 31 71
Binary 10101011 1110111 10101101 1 11111 0 100000 100101010 11001 111001

Color Harmonies of #AB77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB77AD

Black with #AB77AD

Text Example


Text Example

White with #AB77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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