Html Css Color HEX #AF537D Royal Heath

📋 copy color: '#AF537D'

red 175 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #AF537D

Tints of Royal Heath #AF537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 45.69%
G = 21.67%
B = 32.64%

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

#AF537D (or 0xAF537D) is known color: Royal Heath. HEX triplet: AF, 53 and 7D. RGB value is (175,83,125). Sum of RGB (Red+Green+Blue) = 175+83+125=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF537D is #50AC82. Grayscale: #737373. Windows color (decimal): -5287043 or 8213423. OLE color: 8213423.

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

Color convert

RGB 175 83 125 -
CMYK 0 0.53 0.29 0.31
HSL 332.61º 0.37% 0.51% -
HSV(B) 332.61º 0.53% 0.69% -
XYZ 24.47 16.78 21.35 -
YUV 115.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 175 83 125 0 0.53 0.29 0.31 332.61 0.37 0.51
Hex AF 53 7D 0 35 1D 1F 14D 25 33
Octal 257 123 175 0 65 35 37 515 45 63
Binary 10101111 1010011 1111101 0 110101 11101 11111 101001101 100101 110011

Color Harmonies of #AF537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF537D

Black with #AF537D

Text Example


Text Example

White with #AF537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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