Html Css Color HEX #AF577C Royal Heath

📋 copy color: '#AF577C'

red 175 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #AF577C

Tints of Royal Heath #AF577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 45.34%
G = 22.54%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF577C (or 0xAF577C) is known color: Royal Heath. HEX triplet: AF, 57 and 7C. RGB value is (175,87,124). Sum of RGB (Red+Green+Blue) = 175+87+124=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577C is #50A883. Grayscale: #757575. Windows color (decimal): -5286020 or 8148911. OLE color: 8148911.

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

Color convert

RGB 175 87 124 -
CMYK 0 0.50 0.29 0.31
HSL 334.77º 0.35% 0.51% -
HSV(B) 334.77º 0.5% 0.69% -
XYZ 24.73 17.39 21.12 -
YUV 117.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 175 87 124 0 0.50 0.29 0.31 334.77 0.35 0.51
Hex AF 57 7C 0 32 1D 1F 14F 23 33
Octal 257 127 174 0 62 35 37 517 43 63
Binary 10101111 1010111 1111100 0 110010 11101 11111 101001111 100011 110011

Color Harmonies of #AF577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF577C

Black with #AF577C

Text Example


Text Example

White with #AF577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF577C; }

 p { color: rgb(175,87,124); }

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

background-color css

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

 a { background-color: rgb(175,87,124); }

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

border-color css

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

 span { border-color: rgb(175,87,124); }

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