Html Css Color HEX #AF5979 Royal Heath

📋 copy color: '#AF5979'

red 175 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #AF5979

Tints of Royal Heath #AF5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

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

R = 45.45%
G = 23.12%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5979 (or 0xAF5979) is known color: Royal Heath. HEX triplet: AF, 59 and 79. RGB value is (175,89,121). Sum of RGB (Red+Green+Blue) = 175+89+121=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5979 is #50A686. Grayscale: #767676. Windows color (decimal): -5285511 or 7952815. OLE color: 7952815.

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

Color convert

RGB 175 89 121 -
CMYK 0 0.49 0.31 0.31
HSL 337.67º 0.35% 0.52% -
HSV(B) 337.67º 0.49% 0.69% -
XYZ 24.7 17.64 20.19 -
YUV 118.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 175 89 121 0 0.49 0.31 0.31 337.67 0.35 0.52
Hex AF 59 79 0 31 1F 1F 152 23 34
Octal 257 131 171 0 61 37 37 522 43 64
Binary 10101111 1011001 1111001 0 110001 11111 11111 101010010 100011 110100

Color Harmonies of #AF5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5979

Black with #AF5979

Text Example


Text Example

White with #AF5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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