#AF5380

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

Shades of Royal Heath #AF5380

Tints of Royal Heath #AF5380

Color information

#AF5380 (or 0xAF5380) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 80. RGB value is (175,83,128). Sum of RGB (Red+Green+Blue) = 175+83+128=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5380 is #50AC7F. Grayscale: #737373. Windows color (decimal): -5287040 or 8410031. OLE color: 8410031.

HSL color Cylindrical-coordinate representation of color #AF5380: hue angle of 330.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5380 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17583128-
CMYK00.530.270.31
HSL330.65º36.51%50.59%-
HSV(B)330.65º52.57%68.63%-
XYZ24.6716.8622.38-
YUV115.64134.98170.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=45.34%
G=21.50%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758312800.530.270.31330.6536.5150.59
HexAF53800351B1F14b2533
Octal25712320006533375134563
Binary1010111110100111000000001101011101111111101001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5380; }

 p { color: rgb(175,83,128); }

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

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

 a { background-color: rgb(175,83,128); }

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

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

 span { border-color: rgb(175,83,128); }

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