Html Css Color HEX #A4537C Royal Heath

📋 copy color: '#A4537C'

red 164 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #A4537C

Tints of Royal Heath #A4537C

RGB

 RED value IS 164 (64.45% from 255) = 44.2%

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

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

R = 44.2%
G = 22.37%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4537C (or 0xA4537C) is known color: Royal Heath. HEX triplet: A4, 53 and 7C. RGB value is (164,83,124). Sum of RGB (Red+Green+Blue) = 164+83+124=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537C is #5BAC83. Grayscale: #6F6F6F. Windows color (decimal): -6007940 or 8147876. OLE color: 8147876.

HSL color Cylindrical-coordinate representation of color #A4537C: hue angle of 329.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4537C is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 124 -
CMYK 0 0.49 0.24 0.36
HSL 329.63º 0.33% 0.48% -
HSV(B) 329.63º 0.49% 0.64% -
XYZ 22.04 15.53 20.91 -
YUV 111.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 164 83 124 0 0.49 0.24 0.36 329.63 0.33 0.48
Hex A4 53 7C 0 31 18 24 14A 21 30
Octal 244 123 174 0 61 30 44 512 41 60
Binary 10100100 1010011 1111100 0 110001 11000 100100 101001010 100001 110000

Color Harmonies of #A4537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4537C

Black with #A4537C

Text Example


Text Example

White with #A4537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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