Html Css Color HEX #AF5379 Royal Heath

📋 copy color: '#AF5379'

red 175 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #AF5379

Tints of Royal Heath #AF5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 46.17%
G = 21.9%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5379 (or 0xAF5379) is known color: Royal Heath. HEX triplet: AF, 53 and 79. RGB value is (175,83,121). Sum of RGB (Red+Green+Blue) = 175+83+121=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5379 is #50AC86. Grayscale: #727272. Windows color (decimal): -5287047 or 7951279. OLE color: 7951279.

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

Color convert

RGB 175 83 121 -
CMYK 0 0.53 0.31 0.31
HSL 335.22º 0.37% 0.51% -
HSV(B) 335.22º 0.53% 0.69% -
XYZ 24.22 16.68 20.03 -
YUV 114.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 175 83 121 0 0.53 0.31 0.31 335.22 0.37 0.51
Hex AF 53 79 0 35 1F 1F 14F 25 33
Octal 257 123 171 0 65 37 37 517 45 63
Binary 10101111 1010011 1111001 0 110101 11111 11111 101001111 100101 110011

Color Harmonies of #AF5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5379

Black with #AF5379

Text Example


Text Example

White with #AF5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5379; }

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

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

background-color css

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

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

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

border-color css

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

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

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