#AB3A75

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

Shades of Royal Heath #AB3A75

Tints of Royal Heath #AB3A75

Color information

#AB3A75 (or 0xAB3A75) is unknown color: approx Royal Heath. HEX triplet: AB, 3A and 75. RGB value is (171,58,117). Sum of RGB (Red+Green+Blue) = 171+58+117=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A75 is #54C58A. Grayscale: #626262. Windows color (decimal): -5555595 or 7682731. OLE color: 7682731.

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

Color convert

RGB17158117-
CMYK00.660.320.33
HSL328.67º49.34%44.9%-
HSV(B)328.67º66.08%67.06%-
XYZ21.5212.9718.2-
YUV98.51138.44179.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=49.42%
G=16.76%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715811700.660.320.33328.6749.3444.9
HexAB3A750422021149312d
Octal25372165010240415116155
Binary10101011111010111010101000010100000100001101001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A75; }

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

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

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

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

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

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

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

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