Html Css Color HEX #A4537F Royal Heath

📋 copy color: '#A4537F'

red 164 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #A4537F

Tints of Royal Heath #A4537F

RGB

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

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

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

R = 43.85%
G = 22.19%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4537F (or 0xA4537F) is known color: Royal Heath. HEX triplet: A4, 53 and 7F. RGB value is (164,83,127). Sum of RGB (Red+Green+Blue) = 164+83+127=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537F is #5BAC80. Grayscale: #707070. Windows color (decimal): -6007937 or 8344484. OLE color: 8344484.

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

Color convert

RGB 164 83 127 -
CMYK 0 0.49 0.23 0.36
HSL 327.41º 0.33% 0.48% -
HSV(B) 327.41º 0.49% 0.64% -
XYZ 22.23 15.61 21.92 -
YUV 112.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 164 83 127 0 0.49 0.23 0.36 327.41 0.33 0.48
Hex A4 53 7F 0 31 17 24 147 21 30
Octal 244 123 177 0 61 27 44 507 41 60
Binary 10100100 1010011 1111111 0 110001 10111 100100 101000111 100001 110000

Color Harmonies of #A4537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4537F

Black with #A4537F

Text Example


Text Example

White with #A4537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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