#AF477A

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

Shades of Royal Heath #AF477A

Tints of Royal Heath #AF477A

Color information

#AF477A (or 0xAF477A) is unknown color: approx Royal Heath. HEX triplet: AF, 47 and 7A. RGB value is (175,71,122). Sum of RGB (Red+Green+Blue) = 175+71+122=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF477A is #50B885. Grayscale: #6B6B6B. Windows color (decimal): -5290118 or 8013743. OLE color: 8013743.

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

Color convert

RGB17571122-
CMYK00.590.300.31
HSL330.58º42.28%48.24%-
HSV(B)330.58º59.43%68.63%-
XYZ23.4515.0320.08-
YUV107.91135.96175.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=47.55%
G=19.29%
B=33.15%

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
Decimal1757112200.590.300.31330.5842.2848.24
HexAF477A03B1E1F14b2a30
Octal25710717207336375135260
Binary101011111000111111101001110111111011111101001011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF477A; }

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

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

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

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

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

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

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

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