Html Css Color HEX #AB71A5 Violet Blue

📋 copy color: '#AB71A5'

red 171 ◦ green 113 ◦ blue 165

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

Shades of Violet Blue #AB71A5

Tints of Violet Blue #AB71A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 38.08%
G = 25.17%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB71A5 (or 0xAB71A5) is known color: Violet Blue. HEX triplet: AB, 71 and A5. RGB value is (171,113,165). Sum of RGB (Red+Green+Blue) = 171+113+165=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB71A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71A5 is #548E5A. Grayscale: #888888. Windows color (decimal): -5541467 or 10842539. OLE color: 10842539.

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

Color convert

RGB 171 113 165 -
CMYK 0 0.34 0.04 0.33
HSL 306.21º 0.26% 0.56% -
HSV(B) 306.21º 0.34% 0.67% -
XYZ 29.49 23.18 38.52 -
YUV 136.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 171 113 165 0 0.34 0.04 0.33 306.21 0.26 0.56
Hex AB 71 A5 0 22 4 21 132 1A 38
Octal 253 161 245 0 42 4 41 462 32 70
Binary 10101011 1110001 10100101 0 100010 100 100001 100110010 11010 111000

Color Harmonies of #AB71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71A5

Black with #AB71A5

Text Example


Text Example

White with #AB71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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