#AB3E74

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

Shades of Royal Heath #AB3E74

Tints of Royal Heath #AB3E74

Color information

#AB3E74 (or 0xAB3E74) is unknown color: approx Royal Heath. HEX triplet: AB, 3E and 74. RGB value is (171,62,116). Sum of RGB (Red+Green+Blue) = 171+62+116=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E74 is #54C18B. Grayscale: #646464. Windows color (decimal): -5554572 or 7618219. OLE color: 7618219.

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

Color convert

RGB17162116-
CMYK00.640.320.33
HSL330.28º46.78%45.69%-
HSV(B)330.28º63.74%67.06%-
XYZ21.6713.3617.96-
YUV100.75136.61178.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=49.00%
G=17.77%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716211600.640.320.33330.2846.7845.69
HexAB3E74040202114a2f2e
Octal25376164010040415125756
Binary10101011111110111010001000000100000100001101001010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E74; }

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

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

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

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

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

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

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

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