Html Css Color HEX #AB447C Royal Heath

📋 copy color: '#AB447C'

red 171 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #AB447C

Tints of Royal Heath #AB447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 47.11%
G = 18.73%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB447C (or 0xAB447C) is known color: Royal Heath. HEX triplet: AB, 44 and 7C. RGB value is (171,68,124). Sum of RGB (Red+Green+Blue) = 171+68+124=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB447C is #54BB83. Grayscale: #696969. Windows color (decimal): -5553028 or 8144043. OLE color: 8144043.

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

Color convert

RGB 171 68 124 -
CMYK 0 0.60 0.27 0.33
HSL 327.38º 0.43% 0.47% -
HSV(B) 327.38º 0.6% 0.67% -
XYZ 22.5 14.25 20.63 -
YUV 105.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 171 68 124 0 0.60 0.27 0.33 327.38 0.43 0.47
Hex AB 44 7C 0 3C 1B 21 147 2B 2F
Octal 253 104 174 0 74 33 41 507 53 57
Binary 10101011 1000100 1111100 0 111100 11011 100001 101000111 101011 101111

Color Harmonies of #AB447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB447C

Black with #AB447C

Text Example


Text Example

White with #AB447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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