Html Css Color HEX #AF5E78 Royal Heath

📋 copy color: '#AF5E78'

red 175 ◦ green 94 ◦ blue 120

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

Shades of Royal Heath #AF5E78

Tints of Royal Heath #AF5E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 44.99%
G = 24.16%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5E78 (or 0xAF5E78) is known color: Royal Heath. HEX triplet: AF, 5E and 78. RGB value is (175,94,120). Sum of RGB (Red+Green+Blue) = 175+94+120=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E78 is #50A187. Grayscale: #797979. Windows color (decimal): -5284232 or 7888559. OLE color: 7888559.

HSL color Cylindrical-coordinate representation of color #AF5E78: hue angle of 340.74º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E78 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 120 -
CMYK 0 0.46 0.31 0.31
HSL 340.74º 0.34% 0.53% -
HSV(B) 340.74º 0.46% 0.69% -
XYZ 25.07 18.48 20.01 -
YUV 121.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 175 94 120 0 0.46 0.31 0.31 340.74 0.34 0.53
Hex AF 5E 78 0 2E 1F 1F 155 22 35
Octal 257 136 170 0 56 37 37 525 42 65
Binary 10101111 1011110 1111000 0 101110 11111 11111 101010101 100010 110101

Color Harmonies of #AF5E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E78

Black with #AF5E78

Text Example


Text Example

White with #AF5E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E78; }

 p { color: rgb(175,94,120); }

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

background-color css

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

 a { background-color: rgb(175,94,120); }

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

border-color css

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

 span { border-color: rgb(175,94,120); }

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