Html Css Color HEX #AF5D79 Royal Heath

📋 copy color: '#AF5D79'

red 175 ◦ green 93 ◦ blue 121

#AF5D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AF5D79

Tints of Royal Heath #AF5D79

RGB

 RED value IS 175 (68.75% from 255) = 44.99%

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 44.99%
G = 23.91%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5D79 (or 0xAF5D79) is known color: Royal Heath. HEX triplet: AF, 5D and 79. RGB value is (175,93,121). Sum of RGB (Red+Green+Blue) = 175+93+121=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D79 is #50A286. Grayscale: #787878. Windows color (decimal): -5284487 or 7953839. OLE color: 7953839.

HSL color Cylindrical-coordinate representation of color #AF5D79: hue angle of 339.51º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D79 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 121 -
CMYK 0 0.47 0.31 0.31
HSL 339.51º 0.34% 0.53% -
HSV(B) 339.51º 0.47% 0.69% -
XYZ 25.04 18.32 20.31 -
YUV 120.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 175 93 121 0 0.47 0.31 0.31 339.51 0.34 0.53
Hex AF 5D 79 0 2F 1F 1F 154 22 35
Octal 257 135 171 0 57 37 37 524 42 65
Binary 10101111 1011101 1111001 0 101111 11111 11111 101010100 100010 110101

Color Harmonies of #AF5D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D79

Black with #AF5D79

Text Example


Text Example

White with #AF5D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D79; }

 p { color: rgb(175,93,121); }

 H1.HeaderClassName
 {
   color: #AF5D79;
 }
 .AnyTagClassName
 {
   color: #AF5D79;
 }
</style>

background-color css

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

 a { background-color: rgb(175,93,121); }

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

border-color css

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

 span { border-color: rgb(175,93,121); }

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