Html Css Color HEX #AF5573 Royal Heath

📋 copy color: '#AF5573'

red 175 ◦ green 85 ◦ blue 115

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

Shades of Royal Heath #AF5573

Tints of Royal Heath #AF5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 46.67%
G = 22.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5573 (or 0xAF5573) is known color: Royal Heath. HEX triplet: AF, 55 and 73. RGB value is (175,85,115). Sum of RGB (Red+Green+Blue) = 175+85+115=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5573 is #50AA8C. Grayscale: #737373. Windows color (decimal): -5286541 or 7558575. OLE color: 7558575.

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

Color convert

RGB 175 85 115 -
CMYK 0 0.51 0.34 0.31
HSL 340º 0.36% 0.51% -
HSV(B) 340º 0.51% 0.69% -
XYZ 24.02 16.85 18.21 -
YUV 115.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 175 85 115 0 0.51 0.34 0.31 340 0.36 0.51
Hex AF 55 73 0 33 22 1F 154 24 33
Octal 257 125 163 0 63 42 37 524 44 63
Binary 10101111 1010101 1110011 0 110011 100010 11111 101010100 100100 110011

Color Harmonies of #AF5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5573

Black with #AF5573

Text Example


Text Example

White with #AF5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5573; }

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

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

background-color css

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

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

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

border-color css

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

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

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