#AF507A

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

Shades of Royal Heath #AF507A

Tints of Royal Heath #AF507A

Color information

#AF507A (or 0xAF507A) is unknown color: approx Royal Heath. HEX triplet: AF, 50 and 7A. RGB value is (175,80,122). Sum of RGB (Red+Green+Blue) = 175+80+122=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF507A is #50AF85. Grayscale: #717171. Windows color (decimal): -5287814 or 8016047. OLE color: 8016047.

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

Color convert

RGB17580122-
CMYK00.540.300.31
HSL333.47º37.25%50%-
HSV(B)333.47º54.29%68.63%-
XYZ24.0616.2620.28-
YUV113.19132.97172.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=46.42%
G=21.22%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758012200.540.300.31333.4737.2550
HexAF507A0361E1F14d2532
Octal25712017206636375154562
Binary101011111010000111101001101101111011111101001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF507A; }

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

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

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

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

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

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

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

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