#AF4070

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

Shades of Royal Heath #AF4070

Tints of Royal Heath #AF4070

Color information

#AF4070 (or 0xAF4070) is unknown color: approx Royal Heath. HEX triplet: AF, 40 and 70. RGB value is (175,64,112). Sum of RGB (Red+Green+Blue) = 175+64+112=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4070 is #50BF8F. Grayscale: #666666. Windows color (decimal): -5291920 or 7356591. OLE color: 7356591.

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

Color convert

RGB17564112-
CMYK00.630.360.31
HSL334.05º46.44%46.86%-
HSV(B)334.05º63.43%68.63%-
XYZ22.4413.9516.84-
YUV102.66133.27179.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=49.86%
G=18.23%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756411200.630.360.31334.0546.4446.86
HexAF407003F241F14e2e2f
Octal25710016007744375165657
Binary1010111110000001110000011111110010011111101001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4070; }

 p { color: rgb(175,64,112); }

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

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

 a { background-color: rgb(175,64,112); }

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

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

 span { border-color: rgb(175,64,112); }

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