#AF5384

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

Shades of Royal Heath #AF5384

Tints of Royal Heath #AF5384

Color information

#AF5384 (or 0xAF5384) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 84. RGB value is (175,83,132). Sum of RGB (Red+Green+Blue) = 175+83+132=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5384 is #50AC7B. Grayscale: #737373. Windows color (decimal): -5287036 or 8672175. OLE color: 8672175.

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

Color convert

RGB17583132-
CMYK00.530.250.31
HSL328.04º36.51%50.59%-
HSV(B)328.04º52.57%68.63%-
XYZ24.9416.9723.79-
YUV116.09136.98170.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=44.87%
G=21.28%
B=33.85%

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
Decimal1758313200.530.250.31328.0436.5150.59
HexAF5384035191F1482533
Octal25712320406531375104563
Binary1010111110100111000010001101011100111111101001000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5384; }

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

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

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

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

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

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

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

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