Html Css Color HEX #AB4872 Royal Heath

📋 copy color: '#AB4872'

red 171 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #AB4872

Tints of Royal Heath #AB4872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 47.9%
G = 20.17%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB4872 (or 0xAB4872) is known color: Royal Heath. HEX triplet: AB, 48 and 72. RGB value is (171,72,114). Sum of RGB (Red+Green+Blue) = 171+72+114=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4872 is #54B78D. Grayscale: #6A6A6A. Windows color (decimal): -5552014 or 7489707. OLE color: 7489707.

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

Color convert

RGB 171 72 114 -
CMYK 0 0.58 0.33 0.33
HSL 334.55º 0.41% 0.48% -
HSV(B) 334.55º 0.58% 0.67% -
XYZ 22.15 14.51 17.55 -
YUV 106.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 171 72 114 0 0.58 0.33 0.33 334.55 0.41 0.48
Hex AB 48 72 0 3A 21 21 14F 29 30
Octal 253 110 162 0 72 41 41 517 51 60
Binary 10101011 1001000 1110010 0 111010 100001 100001 101001111 101001 110000

Color Harmonies of #AB4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4872

Black with #AB4872

Text Example


Text Example

White with #AB4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4872; }

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

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

background-color css

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

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

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

border-color css

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

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

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