Html Css Color HEX #AB4471 Royal Heath

📋 copy color: '#AB4471'

red 171 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #AB4471

Tints of Royal Heath #AB4471

RGB

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

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

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

R = 48.58%
G = 19.32%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB4471 (or 0xAB4471) is known color: Royal Heath. HEX triplet: AB, 44 and 71. RGB value is (171,68,113). Sum of RGB (Red+Green+Blue) = 171+68+113=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4471 is #54BB8E. Grayscale: #676767. Windows color (decimal): -5553039 or 7423147. OLE color: 7423147.

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

Color convert

RGB 171 68 113 -
CMYK 0 0.60 0.34 0.33
HSL 333.79º 0.43% 0.47% -
HSV(B) 333.79º 0.6% 0.67% -
XYZ 21.84 13.98 17.17 -
YUV 103.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 171 68 113 0 0.60 0.34 0.33 333.79 0.43 0.47
Hex AB 44 71 0 3C 22 21 14E 2B 2F
Octal 253 104 161 0 74 42 41 516 53 57
Binary 10101011 1000100 1110001 0 111100 100010 100001 101001110 101011 101111

Color Harmonies of #AB4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4471

Black with #AB4471

Text Example


Text Example

White with #AB4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4471; }

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

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

background-color css

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

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

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

border-color css

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

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

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