#AF4A76

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

Shades of Royal Heath #AF4A76

Tints of Royal Heath #AF4A76

Color information

#AF4A76 (or 0xAF4A76) is unknown color: approx Royal Heath. HEX triplet: AF, 4A and 76. RGB value is (175,74,118). Sum of RGB (Red+Green+Blue) = 175+74+118=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A76 is #50B589. Grayscale: #6D6D6D. Windows color (decimal): -5289354 or 7752367. OLE color: 7752367.

HSL color Cylindrical-coordinate representation of color #AF4A76: hue angle of 333.86º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A76 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17574118-
CMYK00.580.330.31
HSL333.86º40.56%48.82%-
HSV(B)333.86º57.71%68.63%-
XYZ23.415.3218.86-
YUV109.21132.96174.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=47.68%
G=20.16%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757411800.580.330.31333.8640.5648.82
HexAF4A7603A211F14e2931
Octal25711216607241375165161
Binary1010111110010101110110011101010000111111101001110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A76; }

 p { color: rgb(175,74,118); }

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

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

 a { background-color: rgb(175,74,118); }

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

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

 span { border-color: rgb(175,74,118); }

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