Html Css Color HEX #AB77AC Violet Blue

📋 copy color: '#AB77AC'

red 171 ◦ green 119 ◦ blue 172

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

Shades of Violet Blue #AB77AC

Tints of Violet Blue #AB77AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 37.01%
G = 25.76%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB77AC (or 0xAB77AC) is known color: Violet Blue. HEX triplet: AB, 77 and AC. RGB value is (171,119,172). Sum of RGB (Red+Green+Blue) = 171+119+172=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AC is #548853. Grayscale: #8C8C8C. Windows color (decimal): -5539924 or 11302827. OLE color: 11302827.

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

Color convert

RGB 171 119 172 -
CMYK 0.01 0.31 0 0.33
HSL 298.87º 0.24% 0.57% -
HSV(B) 298.87º 0.31% 0.67% -
XYZ 30.84 24.83 42.2 -
YUV 140.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 171 119 172 0.01 0.31 0 0.33 298.87 0.24 0.57
Hex AB 77 AC 1 1F 0 21 12B 18 39
Octal 253 167 254 1 37 0 41 453 30 71
Binary 10101011 1110111 10101100 1 11111 0 100001 100101011 11000 111001

Color Harmonies of #AB77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB77AC

Black with #AB77AC

Text Example


Text Example

White with #AB77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB77AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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