#AB4174

Color #AB4174 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AB4174

Tints of Royal Heath #AB4174

Color information

#AB4174 (or 0xAB4174) is unknown color: approx Royal Heath. HEX triplet: AB, 41 and 74. RGB value is (171,65,116). Sum of RGB (Red+Green+Blue) = 171+65+116=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4174 is #54BE8B. Grayscale: #666666. Windows color (decimal): -5553804 or 7618987. OLE color: 7618987.

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

Color convert

RGB17165116-
CMYK00.620.320.33
HSL331.13º44.92%46.27%-
HSV(B)331.13º61.99%67.06%-
XYZ21.8413.718.02-
YUV102.51135.62176.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=48.58%
G=18.47%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716511600.620.320.33331.1344.9246.27
HexAB417403E202114b2d2e
Octal25310116407640415135556
Binary10101011100000111101000111110100000100001101001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4174; }

 p { color: rgb(171,65,116); }

 H1.HeaderClassName
 {
   color: #AB4174;
 }
 .AnyTagClassName
 {
   color: #AB4174;
 }
</style>
background-color css

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

 a { background-color: rgb(171,65,116); }

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

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

 span { border-color: rgb(171,65,116); }

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