Html Css Color HEX #AB446F Royal Heath

📋 copy color: '#AB446F'

red 171 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #AB446F

Tints of Royal Heath #AB446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 48.86%
G = 19.43%
B = 31.71%

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

#AB446F (or 0xAB446F) is known color: Royal Heath. HEX triplet: AB, 44 and 6F. RGB value is (171,68,111). Sum of RGB (Red+Green+Blue) = 171+68+111=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB446F is #54BB90. Grayscale: #676767. Windows color (decimal): -5553041 or 7292075. OLE color: 7292075.

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

Color convert

RGB 171 68 111 -
CMYK 0 0.60 0.35 0.33
HSL 334.95º 0.43% 0.47% -
HSV(B) 334.95º 0.6% 0.67% -
XYZ 21.73 13.94 16.58 -
YUV 103.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 171 68 111 0 0.60 0.35 0.33 334.95 0.43 0.47
Hex AB 44 6F 0 3C 23 21 14F 2B 2F
Octal 253 104 157 0 74 43 41 517 53 57
Binary 10101011 1000100 1101111 0 111100 100011 100001 101001111 101011 101111

Color Harmonies of #AB446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB446F

Black with #AB446F

Text Example


Text Example

White with #AB446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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