Html Css Color HEX #A4477A Royal Heath

📋 copy color: '#A4477A'

red 164 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #A4477A

Tints of Royal Heath #A4477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 45.94%
G = 19.89%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4477A (or 0xA4477A) is known color: Royal Heath. HEX triplet: A4, 47 and 7A. RGB value is (164,71,122). Sum of RGB (Red+Green+Blue) = 164+71+122=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4477A is #5BB885. Grayscale: #686868. Windows color (decimal): -6011014 or 8013732. OLE color: 8013732.

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

Color convert

RGB 164 71 122 -
CMYK 0 0.57 0.26 0.36
HSL 327.1º 0.4% 0.46% -
HSV(B) 327.1º 0.57% 0.64% -
XYZ 21.08 13.8 19.97 -
YUV 104.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 164 71 122 0 0.57 0.26 0.36 327.1 0.4 0.46
Hex A4 47 7A 0 39 1A 24 147 28 2E
Octal 244 107 172 0 71 32 44 507 50 56
Binary 10100100 1000111 1111010 0 111001 11010 100100 101000111 101000 101110

Color Harmonies of #A4477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4477A

Black with #A4477A

Text Example


Text Example

White with #A4477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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