#AF427C

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

Shades of Royal Heath #AF427C

Tints of Royal Heath #AF427C

Color information

#AF427C (or 0xAF427C) is unknown color: approx Royal Heath. HEX triplet: AF, 42 and 7C. RGB value is (175,66,124). Sum of RGB (Red+Green+Blue) = 175+66+124=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427C is #50BD83. Grayscale: #696969. Windows color (decimal): -5291396 or 8143535. OLE color: 8143535.

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

Color convert

RGB17566124-
CMYK00.620.290.31
HSL328.07º45.23%47.25%-
HSV(B)328.07º62.29%68.63%-
XYZ23.2714.4720.63-
YUV105.2138.61177.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=47.95%
G=18.08%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756612400.620.290.31328.0745.2347.25
HexAF427C03E1D1F1482d2f
Octal25710217407635375105557
Binary101011111000010111110001111101110111111101001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF427C; }

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

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

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

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

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

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

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

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