Html Css Color HEX #AB71AA Violet Blue

📋 copy color: '#AB71AA'

red 171 ◦ green 113 ◦ blue 170

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

Shades of Violet Blue #AB71AA

Tints of Violet Blue #AB71AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 37.67%
G = 24.89%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB71AA (or 0xAB71AA) is known color: Violet Blue. HEX triplet: AB, 71 and AA. RGB value is (171,113,170). Sum of RGB (Red+Green+Blue) = 171+113+170=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71AA is #548E55. Grayscale: #888888. Windows color (decimal): -5541462 or 11170219. OLE color: 11170219.

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

Color convert

RGB 171 113 170 -
CMYK 0 0.34 0.01 0.33
HSL 301.03º 0.26% 0.56% -
HSV(B) 301.03º 0.34% 0.67% -
XYZ 29.96 23.37 40.96 -
YUV 136.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 171 113 170 0 0.34 0.01 0.33 301.03 0.26 0.56
Hex AB 71 AA 0 22 1 21 12D 1A 38
Octal 253 161 252 0 42 1 41 455 32 70
Binary 10101011 1110001 10101010 0 100010 1 100001 100101101 11010 111000

Color Harmonies of #AB71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71AA

Black with #AB71AA

Text Example


Text Example

White with #AB71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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