Html Css Color HEX #AB71A8 Violet Blue

📋 copy color: '#AB71A8'

red 171 ◦ green 113 ◦ blue 168

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

Shades of Violet Blue #AB71A8

Tints of Violet Blue #AB71A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 37.83%
G = 25%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB71A8 (or 0xAB71A8) is known color: Violet Blue. HEX triplet: AB, 71 and A8. RGB value is (171,113,168). Sum of RGB (Red+Green+Blue) = 171+113+168=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB71A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71A8 is #548E57. Grayscale: #888888. Windows color (decimal): -5541464 or 11039147. OLE color: 11039147.

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

Color convert

RGB 171 113 168 -
CMYK 0 0.34 0.02 0.33
HSL 303.1º 0.26% 0.56% -
HSV(B) 303.1º 0.34% 0.67% -
XYZ 29.77 23.3 39.97 -
YUV 136.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 171 113 168 0 0.34 0.02 0.33 303.1 0.26 0.56
Hex AB 71 A8 0 22 2 21 12F 1A 38
Octal 253 161 250 0 42 2 41 457 32 70
Binary 10101011 1110001 10101000 0 100010 10 100001 100101111 11010 111000

Color Harmonies of #AB71A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71A8

Black with #AB71A8

Text Example


Text Example

White with #AB71A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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