Html Css Color HEX #AB71AC Violet Blue

📋 copy color: '#AB71AC'

red 171 ◦ green 113 ◦ blue 172

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

Shades of Violet Blue #AB71AC

Tints of Violet Blue #AB71AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.78%

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

R = 37.5%
G = 24.78%
B = 37.72%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB71AC (or 0xAB71AC) is known color: Violet Blue. HEX triplet: AB, 71 and AC. RGB value is (171,113,172). Sum of RGB (Red+Green+Blue) = 171+113+172=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB71AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71AC is #548E53. Grayscale: #888888. Windows color (decimal): -5541460 or 11301291. OLE color: 11301291.

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

Color convert

RGB 171 113 172 -
CMYK 0.01 0.34 0 0.33
HSL 298.98º 0.26% 0.56% -
HSV(B) 298.98º 0.34% 0.67% -
XYZ 30.15 23.45 41.97 -
YUV 137.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 171 113 172 0.01 0.34 0 0.33 298.98 0.26 0.56
Hex AB 71 AC 1 22 0 21 12B 1A 38
Octal 253 161 254 1 42 0 41 453 32 70
Binary 10101011 1110001 10101100 1 100010 0 100001 100101011 11010 111000

Color Harmonies of #AB71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71AC

Black with #AB71AC

Text Example


Text Example

White with #AB71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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