#AB5084

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

Shades of Royal Heath #AB5084

Tints of Royal Heath #AB5084

Color information

#AB5084 (or 0xAB5084) is unknown color: approx Royal Heath. HEX triplet: AB, 50 and 84. RGB value is (171,80,132). Sum of RGB (Red+Green+Blue) = 171+80+132=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5084 is #54AF7B. Grayscale: #717171. Windows color (decimal): -5549948 or 8671403. OLE color: 8671403.

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

Color convert

RGB17180132-
CMYK00.530.230.33
HSL325.71º36.25%49.22%-
HSV(B)325.71º53.22%67.06%-
XYZ23.8316.0623.67-
YUV113.14138.65169.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=44.65%
G=20.89%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718013200.530.230.33325.7136.2549.22
HexAB508403517211462431
Octal25312020406527415064461
Binary10101011101000010000100011010110111100001101000110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5084; }

 p { color: rgb(171,80,132); }

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

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

 a { background-color: rgb(171,80,132); }

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

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

 span { border-color: rgb(171,80,132); }

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