#AF426F

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

Shades of Royal Heath #AF426F

Tints of Royal Heath #AF426F

Color information

#AF426F (or 0xAF426F) is unknown color: approx Royal Heath. HEX triplet: AF, 42 and 6F. RGB value is (175,66,111). Sum of RGB (Red+Green+Blue) = 175+66+111=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426F is #50BD90. Grayscale: #676767. Windows color (decimal): -5291409 or 7291567. OLE color: 7291567.

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

Color convert

RGB17566111-
CMYK00.620.370.31
HSL335.23º45.23%47.25%-
HSV(B)335.23º62.29%68.63%-
XYZ22.514.1616.59-
YUV103.72132.11178.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=49.72%
G=18.75%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756611100.620.370.31335.2345.2347.25
HexAF426F03E251F14f2d2f
Octal25710215707645375175557
Binary1010111110000101101111011111010010111111101001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF426F; }

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

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

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

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

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

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

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

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