Html Css Color HEX #A4537E Royal Heath

📋 copy color: '#A4537E'

red 164 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #A4537E

Tints of Royal Heath #A4537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 43.97%
G = 22.25%
B = 33.78%

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

#A4537E (or 0xA4537E) is known color: Royal Heath. HEX triplet: A4, 53 and 7E. RGB value is (164,83,126). Sum of RGB (Red+Green+Blue) = 164+83+126=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537E is #5BAC81. Grayscale: #707070. Windows color (decimal): -6007938 or 8278948. OLE color: 8278948.

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

Color convert

RGB 164 83 126 -
CMYK 0 0.49 0.23 0.36
HSL 328.15º 0.33% 0.48% -
HSV(B) 328.15º 0.49% 0.64% -
XYZ 22.17 15.59 21.58 -
YUV 112.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 164 83 126 0 0.49 0.23 0.36 328.15 0.33 0.48
Hex A4 53 7E 0 31 17 24 148 21 30
Octal 244 123 176 0 61 27 44 510 41 60
Binary 10100100 1010011 1111110 0 110001 10111 100100 101001000 100001 110000

Color Harmonies of #A4537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4537E

Black with #A4537E

Text Example


Text Example

White with #A4537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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