Html Css Color HEX #AF516E Royal Heath

📋 copy color: '#AF516E'

red 175 ◦ green 81 ◦ blue 110

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

Shades of Royal Heath #AF516E

Tints of Royal Heath #AF516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 47.81%
G = 22.13%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF516E (or 0xAF516E) is known color: Royal Heath. HEX triplet: AF, 51 and 6E. RGB value is (175,81,110). Sum of RGB (Red+Green+Blue) = 175+81+110=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF516E is #50AE91. Grayscale: #707070. Windows color (decimal): -5287570 or 7229871. OLE color: 7229871.

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

Color convert

RGB 175 81 110 -
CMYK 0 0.54 0.37 0.31
HSL 341.49º 0.37% 0.5% -
HSV(B) 341.49º 0.54% 0.69% -
XYZ 23.44 16.12 16.63 -
YUV 112.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 175 81 110 0 0.54 0.37 0.31 341.49 0.37 0.5
Hex AF 51 6E 0 36 25 1F 155 25 32
Octal 257 121 156 0 66 45 37 525 45 62
Binary 10101111 1010001 1101110 0 110110 100101 11111 101010101 100101 110010

Color Harmonies of #AF516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF516E

Black with #AF516E

Text Example


Text Example

White with #AF516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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