#AF457D

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

Shades of Royal Heath #AF457D

Tints of Royal Heath #AF457D

Color information

#AF457D (or 0xAF457D) is unknown color: approx Royal Heath. HEX triplet: AF, 45 and 7D. RGB value is (175,69,125). Sum of RGB (Red+Green+Blue) = 175+69+125=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457D is #50BA82. Grayscale: #6A6A6A. Windows color (decimal): -5290627 or 8209839. OLE color: 8209839.

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

Color convert

RGB17569125-
CMYK00.610.290.31
HSL328.3º43.44%47.84%-
HSV(B)328.3º60.57%68.63%-
XYZ23.5114.8521.03-
YUV107.08138.12176.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=47.43%
G=18.70%
B=33.88%

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
Decimal1756912500.610.290.31328.343.4447.84
HexAF457D03D1D1F1482b30
Octal25710517507535375105360
Binary101011111000101111110101111011110111111101001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF457D; }

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

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

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

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

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

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

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

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