Html Css Color HEX #AB4470 Royal Heath

📋 copy color: '#AB4470'

red 171 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #AB4470

Tints of Royal Heath #AB4470

RGB

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

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

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

R = 48.72%
G = 19.37%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB4470 (or 0xAB4470) is known color: Royal Heath. HEX triplet: AB, 44 and 70. RGB value is (171,68,112). Sum of RGB (Red+Green+Blue) = 171+68+112=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4470 is #54BB8F. Grayscale: #676767. Windows color (decimal): -5553040 or 7357611. OLE color: 7357611.

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

Color convert

RGB 171 68 112 -
CMYK 0 0.60 0.35 0.33
HSL 334.37º 0.43% 0.47% -
HSV(B) 334.37º 0.6% 0.67% -
XYZ 21.79 13.96 16.88 -
YUV 103.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 171 68 112 0 0.60 0.35 0.33 334.37 0.43 0.47
Hex AB 44 70 0 3C 23 21 14E 2B 2F
Octal 253 104 160 0 74 43 41 516 53 57
Binary 10101011 1000100 1110000 0 111100 100011 100001 101001110 101011 101111

Color Harmonies of #AB4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4470

Black with #AB4470

Text Example


Text Example

White with #AB4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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