#AF477B

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

Shades of Royal Heath #AF477B

Tints of Royal Heath #AF477B

Color information

#AF477B (or 0xAF477B) is unknown color: approx Royal Heath. HEX triplet: AF, 47 and 7B. RGB value is (175,71,123). Sum of RGB (Red+Green+Blue) = 175+71+123=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF477B is #50B884. Grayscale: #6B6B6B. Windows color (decimal): -5290117 or 8079279. OLE color: 8079279.

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

Color convert

RGB17571123-
CMYK00.590.300.31
HSL330º42.28%48.24%-
HSV(B)330º59.43%68.63%-
XYZ23.5115.0520.4-
YUV108.02136.46175.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=47.43%
G=19.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757112300.590.300.3133042.2848.24
HexAF477B03B1E1F14a2a30
Octal25710717307336375125260
Binary101011111000111111101101110111111011111101001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF477B; }

 p { color: rgb(175,71,123); }

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

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

 a { background-color: rgb(175,71,123); }

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

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

 span { border-color: rgb(175,71,123); }

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