#AF5875

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

Shades of Royal Heath #AF5875

Tints of Royal Heath #AF5875

Color information

#AF5875 (or 0xAF5875) is unknown color: approx Royal Heath. HEX triplet: AF, 58 and 75. RGB value is (175,88,117). Sum of RGB (Red+Green+Blue) = 175+88+117=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5875 is #50A78A. Grayscale: #757575. Windows color (decimal): -5285771 or 7690415. OLE color: 7690415.

HSL color Cylindrical-coordinate representation of color #AF5875: hue angle of 340º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5875 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17588117-
CMYK00.500.330.31
HSL340º35.22%51.57%-
HSV(B)340º49.71%68.63%-
XYZ24.3817.3818.9-
YUV117.32127.82169.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=46.05%
G=23.16%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758811700.500.330.3134035.2251.57
HexAF5875032211F1542334
Octal25713016506241375244364
Binary1010111110110001110101011001010000111111101010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5875; }

 p { color: rgb(175,88,117); }

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

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

 a { background-color: rgb(175,88,117); }

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

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

 span { border-color: rgb(175,88,117); }

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