Html Css Color HEX #AB4271 Royal Heath

📋 copy color: '#AB4271'

red 171 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #AB4271

Tints of Royal Heath #AB4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 48.86%
G = 18.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB4271 (or 0xAB4271) is known color: Royal Heath. HEX triplet: AB, 42 and 71. RGB value is (171,66,113). Sum of RGB (Red+Green+Blue) = 171+66+113=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4271 is #54BD8E. Grayscale: #666666. Windows color (decimal): -5553551 or 7422635. OLE color: 7422635.

HSL color Cylindrical-coordinate representation of color #AB4271: hue angle of 333.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4271 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 113 -
CMYK 0 0.61 0.34 0.33
HSL 333.14º 0.44% 0.46% -
HSV(B) 333.14º 0.61% 0.67% -
XYZ 21.72 13.75 17.13 -
YUV 102.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 171 66 113 0 0.61 0.34 0.33 333.14 0.44 0.46
Hex AB 42 71 0 3D 22 21 14D 2C 2E
Octal 253 102 161 0 75 42 41 515 54 56
Binary 10101011 1000010 1110001 0 111101 100010 100001 101001101 101100 101110

Color Harmonies of #AB4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4271

Black with #AB4271

Text Example


Text Example

White with #AB4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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