Html Css Color HEX #AF5977 Royal Heath

📋 copy color: '#AF5977'

red 175 ◦ green 89 ◦ blue 119

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

Shades of Royal Heath #AF5977

Tints of Royal Heath #AF5977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 45.69%
G = 23.24%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5977 (or 0xAF5977) is known color: Royal Heath. HEX triplet: AF, 59 and 77. RGB value is (175,89,119). Sum of RGB (Red+Green+Blue) = 175+89+119=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5977 is #50A688. Grayscale: #767676. Windows color (decimal): -5285513 or 7821743. OLE color: 7821743.

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

Color convert

RGB 175 89 119 -
CMYK 0 0.49 0.32 0.31
HSL 339.07º 0.35% 0.52% -
HSV(B) 339.07º 0.49% 0.69% -
XYZ 24.58 17.59 19.55 -
YUV 118.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 175 89 119 0 0.49 0.32 0.31 339.07 0.35 0.52
Hex AF 59 77 0 31 20 1F 153 23 34
Octal 257 131 167 0 61 40 37 523 43 64
Binary 10101111 1011001 1110111 0 110001 100000 11111 101010011 100011 110100

Color Harmonies of #AF5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5977

Black with #AF5977

Text Example


Text Example

White with #AF5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5977; }

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

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

background-color css

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

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

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

border-color css

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

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

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