#AF3D74

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

Shades of Royal Heath #AF3D74

Tints of Royal Heath #AF3D74

Color information

#AF3D74 (or 0xAF3D74) is unknown color: approx Royal Heath. HEX triplet: AF, 3D and 74. RGB value is (175,61,116). Sum of RGB (Red+Green+Blue) = 175+61+116=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D74 is #50C28B. Grayscale: #656565. Windows color (decimal): -5292684 or 7617967. OLE color: 7617967.

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

Color convert

RGB17561116-
CMYK00.650.340.31
HSL331.05º48.31%46.27%-
HSV(B)331.05º65.14%68.63%-
XYZ22.513.7117.98-
YUV101.36136.27180.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=49.72%
G=17.33%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756111600.650.340.31331.0548.3146.27
HexAF3D74041221F14b302e
Octal25775164010142375136056
Binary1010111111110111101000100000110001011111101001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D74; }

 p { color: rgb(175,61,116); }

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

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

 a { background-color: rgb(175,61,116); }

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

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

 span { border-color: rgb(175,61,116); }

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