Html Css Color HEX #AF5173 Royal Heath

📋 copy color: '#AF5173'

red 175 ◦ green 81 ◦ blue 115

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

Shades of Royal Heath #AF5173

Tints of Royal Heath #AF5173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 47.17%
G = 21.83%
B = 31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5173 (or 0xAF5173) is known color: Royal Heath. HEX triplet: AF, 51 and 73. RGB value is (175,81,115). Sum of RGB (Red+Green+Blue) = 175+81+115=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5173 is #50AE8C. Grayscale: #707070. Windows color (decimal): -5287565 or 7557551. OLE color: 7557551.

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

Color convert

RGB 175 81 115 -
CMYK 0 0.54 0.34 0.31
HSL 338.3º 0.37% 0.5% -
HSV(B) 338.3º 0.54% 0.69% -
XYZ 23.72 16.24 18.1 -
YUV 112.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 175 81 115 0 0.54 0.34 0.31 338.3 0.37 0.5
Hex AF 51 73 0 36 22 1F 152 25 32
Octal 257 121 163 0 66 42 37 522 45 62
Binary 10101111 1010001 1110011 0 110110 100010 11111 101010010 100101 110010

Color Harmonies of #AF5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5173

Black with #AF5173

Text Example


Text Example

White with #AF5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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