Html Css Color HEX #AF5377 Royal Heath

📋 copy color: '#AF5377'

red 175 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #AF5377

Tints of Royal Heath #AF5377

RGB

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

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

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

R = 46.42%
G = 22.02%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5377 (or 0xAF5377) is known color: Royal Heath. HEX triplet: AF, 53 and 77. RGB value is (175,83,119). Sum of RGB (Red+Green+Blue) = 175+83+119=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5377 is #50AC88. Grayscale: #727272. Windows color (decimal): -5287049 or 7820207. OLE color: 7820207.

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

Color convert

RGB 175 83 119 -
CMYK 0 0.53 0.32 0.31
HSL 336.52º 0.37% 0.51% -
HSV(B) 336.52º 0.53% 0.69% -
XYZ 24.1 16.63 19.39 -
YUV 114.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 175 83 119 0 0.53 0.32 0.31 336.52 0.37 0.51
Hex AF 53 77 0 35 20 1F 151 25 33
Octal 257 123 167 0 65 40 37 521 45 63
Binary 10101111 1010011 1110111 0 110101 100000 11111 101010001 100101 110011

Color Harmonies of #AF5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5377

Black with #AF5377

Text Example


Text Example

White with #AF5377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5377; }

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

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

background-color css

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

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

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

border-color css

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

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

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