Html Css Color HEX #A44C84 Royal Heath

📋 copy color: '#A44C84'

red 164 ◦ green 76 ◦ blue 132

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

Shades of Royal Heath #A44C84

Tints of Royal Heath #A44C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 44.09%
G = 20.43%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44C84 (or 0xA44C84) is known color: Royal Heath. HEX triplet: A4, 4C and 84. RGB value is (164,76,132). Sum of RGB (Red+Green+Blue) = 164+76+132=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C84 is #5BB37B. Grayscale: #6C6C6C. Windows color (decimal): -6009724 or 8670372. OLE color: 8670372.

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

Color convert

RGB 164 76 132 -
CMYK 0 0.54 0.20 0.36
HSL 321.82º 0.37% 0.47% -
HSV(B) 321.82º 0.54% 0.64% -
XYZ 22.06 14.73 23.51 -
YUV 108.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 164 76 132 0 0.54 0.20 0.36 321.82 0.37 0.47
Hex A4 4C 84 0 36 14 24 142 25 2F
Octal 244 114 204 0 66 24 44 502 45 57
Binary 10100100 1001100 10000100 0 110110 10100 100100 101000010 100101 101111

Color Harmonies of #A44C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C84

Black with #A44C84

Text Example


Text Example

White with #A44C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C84; }

 p { color: rgb(164,76,132); }

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

background-color css

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

 a { background-color: rgb(164,76,132); }

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

border-color css

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

 span { border-color: rgb(164,76,132); }

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