Html Css Color HEX #A4557A Royal Heath

📋 copy color: '#A4557A'

red 164 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #A4557A

Tints of Royal Heath #A4557A

RGB

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

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

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

R = 44.2%
G = 22.91%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4557A (or 0xA4557A) is known color: Royal Heath. HEX triplet: A4, 55 and 7A. RGB value is (164,85,122). Sum of RGB (Red+Green+Blue) = 164+85+122=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557A is #5BAA85. Grayscale: #707070. Windows color (decimal): -6007430 or 8017316. OLE color: 8017316.

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

Color convert

RGB 164 85 122 -
CMYK 0 0.48 0.26 0.36
HSL 331.9º 0.32% 0.49% -
HSV(B) 331.9º 0.48% 0.64% -
XYZ 22.07 15.79 20.3 -
YUV 112.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 164 85 122 0 0.48 0.26 0.36 331.9 0.32 0.49
Hex A4 55 7A 0 30 1A 24 14C 20 31
Octal 244 125 172 0 60 32 44 514 40 61
Binary 10100100 1010101 1111010 0 110000 11010 100100 101001100 100000 110001

Color Harmonies of #A4557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4557A

Black with #A4557A

Text Example


Text Example

White with #A4557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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