#af5080

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

Shades of Royal Heath #AF5080

Tints of Royal Heath #AF5080

Color information

#AF5080 (or 0xAF5080) is unknown color: approx Royal Heath. HEX triplet: AF, 50 and 80. RGB value is (175,80,128). Sum of RGB (Red+Green+Blue) = 175+80+128=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5080 is #50AF7F. Grayscale: #717171. Windows color (decimal): -5287808 or 8409263. OLE color: 8409263.

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

Color convert

RGB17580128-
CMYK00.540.270.31
HSL329.68º37.25%50%-
HSV(B)329.68º54.29%68.63%-
XYZ24.4416.4122.3-
YUV113.88135.97171.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=45.69%
G=20.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758012800.540.270.31329.6837.2550
HexAF50800361B1F14a2532
Octal25712020006633375124562
Binary1010111110100001000000001101101101111111101001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5080; }

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

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

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

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

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

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

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

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