#AB5682

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

Shades of Royal Heath #AB5682

Tints of Royal Heath #AB5682

Color information

#AB5682 (or 0xAB5682) is unknown color: approx Royal Heath. HEX triplet: AB, 56 and 82. RGB value is (171,86,130). Sum of RGB (Red+Green+Blue) = 171+86+130=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5682 is #54A97D. Grayscale: #747474. Windows color (decimal): -5548414 or 8541867. OLE color: 8541867.

HSL color Cylindrical-coordinate representation of color #AB5682: hue angle of 328.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5682 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17186130-
CMYK00.500.240.33
HSL328.94º33.6%50.39%-
HSV(B)328.94º49.71%67.06%-
XYZ24.1516.9323.11-
YUV116.43135.66166.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=44.19%
G=22.22%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718613000.500.240.33328.9433.650.39
HexAB568203218211492232
Octal25312620206230415114262
Binary10101011101011010000010011001011000100001101001001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5682; }

 p { color: rgb(171,86,130); }

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

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

 a { background-color: rgb(171,86,130); }

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

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

 span { border-color: rgb(171,86,130); }

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