#AF5383

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

Shades of Royal Heath #AF5383

Tints of Royal Heath #AF5383

Color information

#AF5383 (or 0xAF5383) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 83. RGB value is (175,83,131). Sum of RGB (Red+Green+Blue) = 175+83+131=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5383 is #50AC7C. Grayscale: #737373. Windows color (decimal): -5287037 or 8606639. OLE color: 8606639.

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

Color convert

RGB17583131-
CMYK00.530.250.31
HSL328.7º36.51%50.59%-
HSV(B)328.7º52.57%68.63%-
XYZ24.8716.9423.43-
YUV115.98136.48170.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=44.99%
G=21.34%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758313100.530.250.31328.736.5150.59
HexAF5383035191F1492533
Octal25712320306531375114563
Binary1010111110100111000001101101011100111111101001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5383; }

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

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

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

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

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

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

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

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