Html Css Color HEX #AF5A73 Royal Heath

📋 copy color: '#AF5A73'

red 175 ◦ green 90 ◦ blue 115

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

Shades of Royal Heath #AF5A73

Tints of Royal Heath #AF5A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

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

R = 46.05%
G = 23.68%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5A73 (or 0xAF5A73) is known color: Royal Heath. HEX triplet: AF, 5A and 73. RGB value is (175,90,115). Sum of RGB (Red+Green+Blue) = 175+90+115=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A73 is #50A58C. Grayscale: #767676. Windows color (decimal): -5285261 or 7559855. OLE color: 7559855.

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

Color convert

RGB 175 90 115 -
CMYK 0 0.49 0.34 0.31
HSL 342.35º 0.35% 0.52% -
HSV(B) 342.35º 0.49% 0.69% -
XYZ 24.43 17.66 18.34 -
YUV 118.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 175 90 115 0 0.49 0.34 0.31 342.35 0.35 0.52
Hex AF 5A 73 0 31 22 1F 156 23 34
Octal 257 132 163 0 61 42 37 526 43 64
Binary 10101111 1011010 1110011 0 110001 100010 11111 101010110 100011 110100

Color Harmonies of #AF5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A73

Black with #AF5A73

Text Example


Text Example

White with #AF5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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