#AF4270

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

Shades of Royal Heath #AF4270

Tints of Royal Heath #AF4270

Color information

#AF4270 (or 0xAF4270) is unknown color: approx Royal Heath. HEX triplet: AF, 42 and 70. RGB value is (175,66,112). Sum of RGB (Red+Green+Blue) = 175+66+112=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4270 is #50BD8F. Grayscale: #676767. Windows color (decimal): -5291408 or 7357103. OLE color: 7357103.

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

Color convert

RGB17566112-
CMYK00.620.360.31
HSL334.68º45.23%47.25%-
HSV(B)334.68º62.29%68.63%-
XYZ22.5514.1816.88-
YUV103.84132.61178.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=49.58%
G=18.70%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756611200.620.360.31334.6845.2347.25
HexAF427003E241F14f2d2f
Octal25710216007644375175557
Binary1010111110000101110000011111010010011111101001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4270; }

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

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

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

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

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

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

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

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