Html Css Color HEX #AB4472 Royal Heath

📋 copy color: '#AB4472'

red 171 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #AB4472

Tints of Royal Heath #AB4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

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

R = 48.44%
G = 19.26%
B = 32.29%

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

#AB4472 (or 0xAB4472) is known color: Royal Heath. HEX triplet: AB, 44 and 72. RGB value is (171,68,114). Sum of RGB (Red+Green+Blue) = 171+68+114=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4472 is #54BB8D. Grayscale: #676767. Windows color (decimal): -5553038 or 7488683. OLE color: 7488683.

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

Color convert

RGB 171 68 114 -
CMYK 0 0.60 0.33 0.33
HSL 333.2º 0.43% 0.47% -
HSV(B) 333.2º 0.6% 0.67% -
XYZ 21.9 14.01 17.47 -
YUV 104.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 171 68 114 0 0.60 0.33 0.33 333.2 0.43 0.47
Hex AB 44 72 0 3C 21 21 14D 2B 2F
Octal 253 104 162 0 74 41 41 515 53 57
Binary 10101011 1000100 1110010 0 111100 100001 100001 101001101 101011 101111

Color Harmonies of #AB4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4472

Black with #AB4472

Text Example


Text Example

White with #AB4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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