Html Css Color HEX #AF5179 Royal Heath

📋 copy color: '#AF5179'

red 175 ◦ green 81 ◦ blue 121

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

Shades of Royal Heath #AF5179

Tints of Royal Heath #AF5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

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

R = 46.42%
G = 21.49%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5179 (or 0xAF5179) is known color: Royal Heath. HEX triplet: AF, 51 and 79. RGB value is (175,81,121). Sum of RGB (Red+Green+Blue) = 175+81+121=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5179 is #50AE86. Grayscale: #717171. Windows color (decimal): -5287559 or 7950767. OLE color: 7950767.

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

Color convert

RGB 175 81 121 -
CMYK 0 0.54 0.31 0.31
HSL 334.47º 0.37% 0.5% -
HSV(B) 334.47º 0.54% 0.69% -
XYZ 24.07 16.38 19.98 -
YUV 113.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 175 81 121 0 0.54 0.31 0.31 334.47 0.37 0.5
Hex AF 51 79 0 36 1F 1F 14E 25 32
Octal 257 121 171 0 66 37 37 516 45 62
Binary 10101111 1010001 1111001 0 110110 11111 11111 101001110 100101 110010

Color Harmonies of #AF5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5179

Black with #AF5179

Text Example


Text Example

White with #AF5179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5179; }

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

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

background-color css

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

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

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

border-color css

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

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

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