Html Css Color HEX #AF5779 Royal Heath

📋 copy color: '#AF5779'

red 175 ◦ green 87 ◦ blue 121

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

Shades of Royal Heath #AF5779

Tints of Royal Heath #AF5779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

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

R = 45.69%
G = 22.72%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5779 (or 0xAF5779) is known color: Royal Heath. HEX triplet: AF, 57 and 79. RGB value is (175,87,121). Sum of RGB (Red+Green+Blue) = 175+87+121=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5779 is #50A886. Grayscale: #757575. Windows color (decimal): -5286023 or 7952303. OLE color: 7952303.

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

Color convert

RGB 175 87 121 -
CMYK 0 0.50 0.31 0.31
HSL 336.82º 0.35% 0.51% -
HSV(B) 336.82º 0.5% 0.69% -
XYZ 24.54 17.31 20.14 -
YUV 117.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 175 87 121 0 0.50 0.31 0.31 336.82 0.35 0.51
Hex AF 57 79 0 32 1F 1F 151 23 33
Octal 257 127 171 0 62 37 37 521 43 63
Binary 10101111 1010111 1111001 0 110010 11111 11111 101010001 100011 110011

Color Harmonies of #AF5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5779

Black with #AF5779

Text Example


Text Example

White with #AF5779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5779; }

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

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

background-color css

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

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

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

border-color css

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

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

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