Html Css Color HEX #A4537A Royal Heath

📋 copy color: '#A4537A'

red 164 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #A4537A

Tints of Royal Heath #A4537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 44.44%
G = 22.49%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4537A (or 0xA4537A) is known color: Royal Heath. HEX triplet: A4, 53 and 7A. RGB value is (164,83,122). Sum of RGB (Red+Green+Blue) = 164+83+122=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4537A is #5BAC85. Grayscale: #6F6F6F. Windows color (decimal): -6007942 or 8016804. OLE color: 8016804.

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

Color convert

RGB 164 83 122 -
CMYK 0 0.49 0.26 0.36
HSL 331.11º 0.33% 0.48% -
HSV(B) 331.11º 0.49% 0.64% -
XYZ 21.92 15.48 20.25 -
YUV 111.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 164 83 122 0 0.49 0.26 0.36 331.11 0.33 0.48
Hex A4 53 7A 0 31 1A 24 14B 21 30
Octal 244 123 172 0 61 32 44 513 41 60
Binary 10100100 1010011 1111010 0 110001 11010 100100 101001011 100001 110000

Color Harmonies of #A4537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4537A

Black with #A4537A

Text Example


Text Example

White with #A4537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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