#AB507E

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

Shades of Royal Heath #AB507E

Tints of Royal Heath #AB507E

Color information

#AB507E (or 0xAB507E) is unknown color: approx Royal Heath. HEX triplet: AB, 50 and 7E. RGB value is (171,80,126). Sum of RGB (Red+Green+Blue) = 171+80+126=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB507E is #54AF81. Grayscale: #707070. Windows color (decimal): -5549954 or 8278187. OLE color: 8278187.

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

Color convert

RGB17180126-
CMYK00.530.260.33
HSL329.67º36.25%49.22%-
HSV(B)329.67º53.22%67.06%-
XYZ23.4315.921.57-
YUV112.45135.65169.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=45.36%
G=21.22%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718012600.530.260.33329.6736.2549.22
HexAB507E0351A2114a2431
Octal25312017606532415124461
Binary1010101110100001111110011010111010100001101001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB507E; }

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

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

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

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

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

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

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

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