Html Css Color HEX #AF5177 Royal Heath

📋 copy color: '#AF5177'

red 175 ◦ green 81 ◦ blue 119

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

Shades of Royal Heath #AF5177

Tints of Royal Heath #AF5177

RGB

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

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

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

R = 46.67%
G = 21.6%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF5177 (or 0xAF5177) is known color: Royal Heath. HEX triplet: AF, 51 and 77. RGB value is (175,81,119). Sum of RGB (Red+Green+Blue) = 175+81+119=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5177 is #50AE88. Grayscale: #717171. Windows color (decimal): -5287561 or 7819695. OLE color: 7819695.

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

Color convert

RGB 175 81 119 -
CMYK 0 0.54 0.32 0.31
HSL 335.74º 0.37% 0.5% -
HSV(B) 335.74º 0.54% 0.69% -
XYZ 23.95 16.33 19.34 -
YUV 113.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 175 81 119 0 0.54 0.32 0.31 335.74 0.37 0.5
Hex AF 51 77 0 36 20 1F 150 25 32
Octal 257 121 167 0 66 40 37 520 45 62
Binary 10101111 1010001 1110111 0 110110 100000 11111 101010000 100101 110010

Color Harmonies of #AF5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5177

Black with #AF5177

Text Example


Text Example

White with #AF5177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5177; }

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

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

background-color css

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

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

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

border-color css

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

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

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