#AF457C

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

Shades of Royal Heath #AF457C

Tints of Royal Heath #AF457C

Color information

#AF457C (or 0xAF457C) is unknown color: approx Royal Heath. HEX triplet: AF, 45 and 7C. RGB value is (175,69,124). Sum of RGB (Red+Green+Blue) = 175+69+124=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457C is #50BA83. Grayscale: #6A6A6A. Windows color (decimal): -5290628 or 8144303. OLE color: 8144303.

HSL color Cylindrical-coordinate representation of color #AF457C: hue angle of 328.87º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF457C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17569124-
CMYK00.610.290.31
HSL328.87º43.44%47.84%-
HSV(B)328.87º60.57%68.63%-
XYZ23.4514.8320.69-
YUV106.96137.62176.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=47.55%
G=18.75%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756912400.610.290.31328.8743.4447.84
HexAF457C03D1D1F1492b30
Octal25710517407535375115360
Binary101011111000101111110001111011110111111101001001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF457C; }

 p { color: rgb(175,69,124); }

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

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

 a { background-color: rgb(175,69,124); }

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

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

 span { border-color: rgb(175,69,124); }

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