Html Css Color HEX #A4537D Royal Heath

📋 copy color: '#A4537D'

red 164 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #A4537D

Tints of Royal Heath #A4537D

RGB

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

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

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

R = 44.09%
G = 22.31%
B = 33.6%

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

#A4537D (or 0xA4537D) is known color: Royal Heath. HEX triplet: A4, 53 and 7D. RGB value is (164,83,125). Sum of RGB (Red+Green+Blue) = 164+83+125=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537D is #5BAC82. Grayscale: #6F6F6F. Windows color (decimal): -6007939 or 8213412. OLE color: 8213412.

HSL color Cylindrical-coordinate representation of color #A4537D: hue angle of 328.89º 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 #A4537D is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 125 -
CMYK 0 0.49 0.24 0.36
HSL 328.89º 0.33% 0.48% -
HSV(B) 328.89º 0.49% 0.64% -
XYZ 22.1 15.56 21.24 -
YUV 112.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 164 83 125 0 0.49 0.24 0.36 328.89 0.33 0.48
Hex A4 53 7D 0 31 18 24 149 21 30
Octal 244 123 175 0 61 30 44 511 41 60
Binary 10100100 1010011 1111101 0 110001 11000 100100 101001001 100001 110000

Color Harmonies of #A4537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4537D

Black with #A4537D

Text Example


Text Example

White with #A4537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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