#ab4778

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

Shades of Royal Heath #AB4778

Tints of Royal Heath #AB4778

Color information

#AB4778 (or 0xAB4778) is unknown color: approx Royal Heath. HEX triplet: AB, 47 and 78. RGB value is (171,71,120). Sum of RGB (Red+Green+Blue) = 171+71+120=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4778 is #54B887. Grayscale: #6A6A6A. Windows color (decimal): -5552264 or 7882667. OLE color: 7882667.

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

Color convert

RGB17171120-
CMYK00.580.300.33
HSL330.6º41.32%47.45%-
HSV(B)330.6º58.48%67.06%-
XYZ22.4414.5219.39-
YUV106.49135.63174.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=47.24%
G=19.61%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717112000.580.300.33330.641.3247.45
HexAB477803A1E2114b292f
Octal25310717007236415135157
Binary1010101110001111111000011101011110100001101001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab4778; }

 p { color: rgb(171,71,120); }

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

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

 a { background-color: rgb(171,71,120); }

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

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

 span { border-color: rgb(171,71,120); }

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