#AF4D83

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

Shades of Royal Heath #AF4D83

Tints of Royal Heath #AF4D83

Color information

#AF4D83 (or 0xAF4D83) is unknown color: approx Royal Heath. HEX triplet: AF, 4D and 83. RGB value is (175,77,131). Sum of RGB (Red+Green+Blue) = 175+77+131=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D83 is #50B27C. Grayscale: #707070. Windows color (decimal): -5288573 or 8605103. OLE color: 8605103.

HSL color Cylindrical-coordinate representation of color #AF4D83: hue angle of 326.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D83 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17577131-
CMYK00.560.250.31
HSL326.94º38.89%49.41%-
HSV(B)326.94º56%68.63%-
XYZ24.4316.0623.29-
YUV112.46138.47172.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=45.69%
G=20.10%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757713100.560.250.31326.9438.8949.41
HexAF4D83038191F1472731
Octal25711520307031375074761
Binary1010111110011011000001101110001100111111101000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D83; }

 p { color: rgb(175,77,131); }

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

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

 a { background-color: rgb(175,77,131); }

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

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

 span { border-color: rgb(175,77,131); }

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