Html Css Color HEX #AF537F Royal Heath

📋 copy color: '#AF537F'

red 175 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #AF537F

Tints of Royal Heath #AF537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 45.45%
G = 21.56%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF537F (or 0xAF537F) is known color: Royal Heath. HEX triplet: AF, 53 and 7F. RGB value is (175,83,127). Sum of RGB (Red+Green+Blue) = 175+83+127=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537F is #50AC80. Grayscale: #737373. Windows color (decimal): -5287041 or 8344495. OLE color: 8344495.

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

Color convert

RGB 175 83 127 -
CMYK 0 0.53 0.27 0.31
HSL 331.3º 0.37% 0.51% -
HSV(B) 331.3º 0.53% 0.69% -
XYZ 24.6 16.83 22.03 -
YUV 115.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 175 83 127 0 0.53 0.27 0.31 331.3 0.37 0.51
Hex AF 53 7F 0 35 1B 1F 14B 25 33
Octal 257 123 177 0 65 33 37 513 45 63
Binary 10101111 1010011 1111111 0 110101 11011 11111 101001011 100101 110011

Color Harmonies of #AF537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF537F

Black with #AF537F

Text Example


Text Example

White with #AF537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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