Html Css Color HEX #AF577F Royal Heath

📋 copy color: '#AF577F'

red 175 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #AF577F

Tints of Royal Heath #AF577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 44.99%
G = 22.37%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF577F (or 0xAF577F) is known color: Royal Heath. HEX triplet: AF, 57 and 7F. RGB value is (175,87,127). Sum of RGB (Red+Green+Blue) = 175+87+127=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577F is #50A880. Grayscale: #757575. Windows color (decimal): -5286017 or 8345519. OLE color: 8345519.

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

Color convert

RGB 175 87 127 -
CMYK 0 0.50 0.27 0.31
HSL 332.73º 0.35% 0.51% -
HSV(B) 332.73º 0.5% 0.69% -
XYZ 24.92 17.46 22.14 -
YUV 117.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 175 87 127 0 0.50 0.27 0.31 332.73 0.35 0.51
Hex AF 57 7F 0 32 1B 1F 14D 23 33
Octal 257 127 177 0 62 33 37 515 43 63
Binary 10101111 1010111 1111111 0 110010 11011 11111 101001101 100011 110011

Color Harmonies of #AF577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF577F

Black with #AF577F

Text Example


Text Example

White with #AF577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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