Html Css Color HEX #AB4871 Royal Heath

📋 copy color: '#AB4871'

red 171 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #AB4871

Tints of Royal Heath #AB4871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 113 (44.53% from 255) = 31.74%

R = 48.03%
G = 20.22%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB4871 (or 0xAB4871) is known color: Royal Heath. HEX triplet: AB, 48 and 71. RGB value is (171,72,113). Sum of RGB (Red+Green+Blue) = 171+72+113=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4871 is #54B78E. Grayscale: #6A6A6A. Windows color (decimal): -5552015 or 7424171. OLE color: 7424171.

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

Color convert

RGB 171 72 113 -
CMYK 0 0.58 0.34 0.33
HSL 335.15º 0.41% 0.48% -
HSV(B) 335.15º 0.58% 0.67% -
XYZ 22.09 14.48 17.25 -
YUV 106.28 131.8 174.17 -
System Red Green Blue C M Y K H S L
Decimal 171 72 113 0 0.58 0.34 0.33 335.15 0.41 0.48
Hex AB 48 71 0 3A 22 21 14F 29 30
Octal 253 110 161 0 72 42 41 517 51 60
Binary 10101011 1001000 1110001 0 111010 100010 100001 101001111 101001 110000

Color Harmonies of #AB4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4871

Black with #AB4871

Text Example


Text Example

White with #AB4871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4871; }

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

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

background-color css

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

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

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

border-color css

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

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

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