Html Css Color HEX #A4557E Royal Heath

📋 copy color: '#A4557E'

red 164 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #A4557E

Tints of Royal Heath #A4557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 43.73%
G = 22.67%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4557E (or 0xA4557E) is known color: Royal Heath. HEX triplet: A4, 55 and 7E. RGB value is (164,85,126). Sum of RGB (Red+Green+Blue) = 164+85+126=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557E is #5BAA81. Grayscale: #717171. Windows color (decimal): -6007426 or 8279460. OLE color: 8279460.

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

Color convert

RGB 164 85 126 -
CMYK 0 0.48 0.23 0.36
HSL 328.86º 0.32% 0.49% -
HSV(B) 328.86º 0.48% 0.64% -
XYZ 22.32 15.9 21.63 -
YUV 113.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 164 85 126 0 0.48 0.23 0.36 328.86 0.32 0.49
Hex A4 55 7E 0 30 17 24 149 20 31
Octal 244 125 176 0 60 27 44 511 40 61
Binary 10100100 1010101 1111110 0 110000 10111 100100 101001001 100000 110001

Color Harmonies of #A4557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4557E

Black with #A4557E

Text Example


Text Example

White with #A4557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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