Html Css Color HEX #A4577A Royal Heath

📋 copy color: '#A4577A'

red 164 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #A4577A

Tints of Royal Heath #A4577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

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

R = 43.97%
G = 23.32%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4577A (or 0xA4577A) is known color: Royal Heath. HEX triplet: A4, 57 and 7A. RGB value is (164,87,122). Sum of RGB (Red+Green+Blue) = 164+87+122=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4577A is #5BA885. Grayscale: #717171. Windows color (decimal): -6006918 or 8017828. OLE color: 8017828.

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

Color convert

RGB 164 87 122 -
CMYK 0 0.47 0.26 0.36
HSL 332.73º 0.31% 0.49% -
HSV(B) 332.73º 0.47% 0.64% -
XYZ 22.23 16.11 20.35 -
YUV 114.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 164 87 122 0 0.47 0.26 0.36 332.73 0.31 0.49
Hex A4 57 7A 0 2F 1A 24 14D 1F 31
Octal 244 127 172 0 57 32 44 515 37 61
Binary 10100100 1010111 1111010 0 101111 11010 100100 101001101 11111 110001

Color Harmonies of #A4577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4577A

Black with #A4577A

Text Example


Text Example

White with #A4577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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