Html Css Color HEX #A4547A Royal Heath

📋 copy color: '#A4547A'

red 164 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #A4547A

Tints of Royal Heath #A4547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 44.32%
G = 22.7%
B = 32.97%

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

#A4547A (or 0xA4547A) is known color: Royal Heath. HEX triplet: A4, 54 and 7A. RGB value is (164,84,122). Sum of RGB (Red+Green+Blue) = 164+84+122=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4547A is #5BAB85. Grayscale: #707070. Windows color (decimal): -6007686 or 8017060. OLE color: 8017060.

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

Color convert

RGB 164 84 122 -
CMYK 0 0.49 0.26 0.36
HSL 331.5º 0.32% 0.49% -
HSV(B) 331.5º 0.49% 0.64% -
XYZ 21.99 15.64 20.27 -
YUV 112.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 164 84 122 0 0.49 0.26 0.36 331.5 0.32 0.49
Hex A4 54 7A 0 31 1A 24 14C 20 31
Octal 244 124 172 0 61 32 44 514 40 61
Binary 10100100 1010100 1111010 0 110001 11010 100100 101001100 100000 110001

Color Harmonies of #A4547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4547A

Black with #A4547A

Text Example


Text Example

White with #A4547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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