Html Css Color HEX #AF537C Royal Heath

📋 copy color: '#AF537C'

red 175 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #AF537C

Tints of Royal Heath #AF537C

RGB

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

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

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

R = 45.81%
G = 21.73%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF537C (or 0xAF537C) is known color: Royal Heath. HEX triplet: AF, 53 and 7C. RGB value is (175,83,124). Sum of RGB (Red+Green+Blue) = 175+83+124=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537C is #50AC83. Grayscale: #737373. Windows color (decimal): -5287044 or 8147887. OLE color: 8147887.

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

Color convert

RGB 175 83 124 -
CMYK 0 0.53 0.29 0.31
HSL 333.26º 0.37% 0.51% -
HSV(B) 333.26º 0.53% 0.69% -
XYZ 24.41 16.76 21.02 -
YUV 115.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 175 83 124 0 0.53 0.29 0.31 333.26 0.37 0.51
Hex AF 53 7C 0 35 1D 1F 14D 25 33
Octal 257 123 174 0 65 35 37 515 45 63
Binary 10101111 1010011 1111100 0 110101 11101 11111 101001101 100101 110011

Color Harmonies of #AF537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF537C

Black with #AF537C

Text Example


Text Example

White with #AF537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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