#AB3E75

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

Shades of Royal Heath #AB3E75

Tints of Royal Heath #AB3E75

Color information

#AB3E75 (or 0xAB3E75) is unknown color: approx Royal Heath. HEX triplet: AB, 3E and 75. RGB value is (171,62,117). Sum of RGB (Red+Green+Blue) = 171+62+117=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E75 is #54C18A. Grayscale: #646464. Windows color (decimal): -5554571 or 7683755. OLE color: 7683755.

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

Color convert

RGB17162117-
CMYK00.640.320.33
HSL329.72º46.78%45.69%-
HSV(B)329.72º63.74%67.06%-
XYZ21.7313.3918.27-
YUV100.86137.11178.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 62 (24.61% from 255) = 17.71%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=48.86%
G=17.71%
B=33.43%

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
Decimal1716211700.640.320.33329.7246.7845.69
HexAB3E75040202114a2f2e
Octal25376165010040415125756
Binary10101011111110111010101000000100000100001101001010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E75; }

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

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

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

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

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

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

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

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