Html Css Color HEX #AB4572 Royal Heath

📋 copy color: '#AB4572'

red 171 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #AB4572

Tints of Royal Heath #AB4572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 48.31%
G = 19.49%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB4572 (or 0xAB4572) is known color: Royal Heath. HEX triplet: AB, 45 and 72. RGB value is (171,69,114). Sum of RGB (Red+Green+Blue) = 171+69+114=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4572 is #54BA8D. Grayscale: #686868. Windows color (decimal): -5552782 or 7488939. OLE color: 7488939.

HSL color Cylindrical-coordinate representation of color #AB4572: hue angle of 333.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4572 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 114 -
CMYK 0 0.60 0.33 0.33
HSL 333.53º 0.43% 0.47% -
HSV(B) 333.53º 0.6% 0.67% -
XYZ 21.96 14.13 17.49 -
YUV 104.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 171 69 114 0 0.60 0.33 0.33 333.53 0.43 0.47
Hex AB 45 72 0 3C 21 21 14E 2A 2F
Octal 253 105 162 0 74 41 41 516 52 57
Binary 10101011 1000101 1110010 0 111100 100001 100001 101001110 101010 101111

Color Harmonies of #AB4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4572

Black with #AB4572

Text Example


Text Example

White with #AB4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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