Html Css Color HEX #AB4272 Royal Heath

📋 copy color: '#AB4272'

red 171 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #AB4272

Tints of Royal Heath #AB4272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 48.72%
G = 18.8%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB4272 (or 0xAB4272) is known color: Royal Heath. HEX triplet: AB, 42 and 72. RGB value is (171,66,114). Sum of RGB (Red+Green+Blue) = 171+66+114=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4272 is #54BD8D. Grayscale: #666666. Windows color (decimal): -5553550 or 7488171. OLE color: 7488171.

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

Color convert

RGB 171 66 114 -
CMYK 0 0.61 0.33 0.33
HSL 332.57º 0.44% 0.46% -
HSV(B) 332.57º 0.61% 0.67% -
XYZ 21.78 13.77 17.43 -
YUV 102.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 171 66 114 0 0.61 0.33 0.33 332.57 0.44 0.46
Hex AB 42 72 0 3D 21 21 14D 2C 2E
Octal 253 102 162 0 75 41 41 515 54 56
Binary 10101011 1000010 1110010 0 111101 100001 100001 101001101 101100 101110

Color Harmonies of #AB4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4272

Black with #AB4272

Text Example


Text Example

White with #AB4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4272; }

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

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

background-color css

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

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

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

border-color css

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

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

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