Html Css Color HEX #AF5170 Royal Heath

📋 copy color: '#AF5170'

red 175 ◦ green 81 ◦ blue 112

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

Shades of Royal Heath #AF5170

Tints of Royal Heath #AF5170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 47.55%
G = 22.01%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF5170 (or 0xAF5170) is known color: Royal Heath. HEX triplet: AF, 51 and 70. RGB value is (175,81,112). Sum of RGB (Red+Green+Blue) = 175+81+112=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5170 is #50AE8F. Grayscale: #707070. Windows color (decimal): -5287568 or 7360943. OLE color: 7360943.

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

Color convert

RGB 175 81 112 -
CMYK 0 0.54 0.36 0.31
HSL 340.21º 0.37% 0.5% -
HSV(B) 340.21º 0.54% 0.69% -
XYZ 23.55 16.17 17.21 -
YUV 112.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 175 81 112 0 0.54 0.36 0.31 340.21 0.37 0.5
Hex AF 51 70 0 36 24 1F 154 25 32
Octal 257 121 160 0 66 44 37 524 45 62
Binary 10101111 1010001 1110000 0 110110 100100 11111 101010100 100101 110010

Color Harmonies of #AF5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5170

Black with #AF5170

Text Example


Text Example

White with #AF5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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