Html Css Color HEX #AF5576 Royal Heath

📋 copy color: '#AF5576'

red 175 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #AF5576

Tints of Royal Heath #AF5576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 46.3%
G = 22.49%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5576 (or 0xAF5576) is known color: Royal Heath. HEX triplet: AF, 55 and 76. RGB value is (175,85,118). Sum of RGB (Red+Green+Blue) = 175+85+118=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5576 is #50AA89. Grayscale: #737373. Windows color (decimal): -5286538 or 7755183. OLE color: 7755183.

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

Color convert

RGB 175 85 118 -
CMYK 0 0.51 0.33 0.31
HSL 338º 0.36% 0.51% -
HSV(B) 338º 0.51% 0.69% -
XYZ 24.2 16.92 19.13 -
YUV 115.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 175 85 118 0 0.51 0.33 0.31 338 0.36 0.51
Hex AF 55 76 0 33 21 1F 152 24 33
Octal 257 125 166 0 63 41 37 522 44 63
Binary 10101111 1010101 1110110 0 110011 100001 11111 101010010 100100 110011

Color Harmonies of #AF5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5576

Black with #AF5576

Text Example


Text Example

White with #AF5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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