Html Css Color HEX #AB4870 Royal Heath

📋 copy color: '#AB4870'

red 171 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #AB4870

Tints of Royal Heath #AB4870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 48.17%
G = 20.28%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB4870 (or 0xAB4870) is known color: Royal Heath. HEX triplet: AB, 48 and 70. RGB value is (171,72,112). Sum of RGB (Red+Green+Blue) = 171+72+112=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4870 is #54B78F. Grayscale: #6A6A6A. Windows color (decimal): -5552016 or 7358635. OLE color: 7358635.

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

Color convert

RGB 171 72 112 -
CMYK 0 0.58 0.35 0.33
HSL 335.76º 0.41% 0.48% -
HSV(B) 335.76º 0.58% 0.67% -
XYZ 22.04 14.46 16.96 -
YUV 106.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 171 72 112 0 0.58 0.35 0.33 335.76 0.41 0.48
Hex AB 48 70 0 3A 23 21 150 29 30
Octal 253 110 160 0 72 43 41 520 51 60
Binary 10101011 1001000 1110000 0 111010 100011 100001 101010000 101001 110000

Color Harmonies of #AB4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4870

Black with #AB4870

Text Example


Text Example

White with #AB4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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