Html Css Color HEX #AB4072 Royal Heath

📋 copy color: '#AB4072'

red 171 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #AB4072

Tints of Royal Heath #AB4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 49%
G = 18.34%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB4072 (or 0xAB4072) is known color: Royal Heath. HEX triplet: AB, 40 and 72. RGB value is (171,64,114). Sum of RGB (Red+Green+Blue) = 171+64+114=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4072 is #54BF8D. Grayscale: #656565. Windows color (decimal): -5554062 or 7487659. OLE color: 7487659.

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

Color convert

RGB 171 64 114 -
CMYK 0 0.63 0.33 0.33
HSL 331.96º 0.46% 0.46% -
HSV(B) 331.96º 0.63% 0.67% -
XYZ 21.67 13.54 17.39 -
YUV 101.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 171 64 114 0 0.63 0.33 0.33 331.96 0.46 0.46
Hex AB 40 72 0 3F 21 21 14C 2E 2E
Octal 253 100 162 0 77 41 41 514 56 56
Binary 10101011 1000000 1110010 0 111111 100001 100001 101001100 101110 101110

Color Harmonies of #AB4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4072

Black with #AB4072

Text Example


Text Example

White with #AB4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4072; }

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

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

background-color css

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

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

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

border-color css

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

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

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