Html Css Color HEX #A4547F Royal Heath

📋 copy color: '#A4547F'

red 164 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #A4547F

Tints of Royal Heath #A4547F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 43.73%
G = 22.4%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4547F (or 0xA4547F) is known color: Royal Heath. HEX triplet: A4, 54 and 7F. RGB value is (164,84,127). Sum of RGB (Red+Green+Blue) = 164+84+127=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4547F is #5BAB80. Grayscale: #707070. Windows color (decimal): -6007681 or 8344740. OLE color: 8344740.

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

Color convert

RGB 164 84 127 -
CMYK 0 0.49 0.23 0.36
HSL 327.75º 0.32% 0.49% -
HSV(B) 327.75º 0.49% 0.64% -
XYZ 22.31 15.77 21.95 -
YUV 112.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 164 84 127 0 0.49 0.23 0.36 327.75 0.32 0.49
Hex A4 54 7F 0 31 17 24 148 20 31
Octal 244 124 177 0 61 27 44 510 40 61
Binary 10100100 1010100 1111111 0 110001 10111 100100 101001000 100000 110001

Color Harmonies of #A4547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4547F

Black with #A4547F

Text Example


Text Example

White with #A4547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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