Html Css Color HEX #A44C81 Royal Heath

📋 copy color: '#A44C81'

red 164 ◦ green 76 ◦ blue 129

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

Shades of Royal Heath #A44C81

Tints of Royal Heath #A44C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 44.44%
G = 20.6%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44C81 (or 0xA44C81) is known color: Royal Heath. HEX triplet: A4, 4C and 81. RGB value is (164,76,129). Sum of RGB (Red+Green+Blue) = 164+76+129=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C81 is #5BB37E. Grayscale: #6C6C6C. Windows color (decimal): -6009727 or 8473764. OLE color: 8473764.

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

Color convert

RGB 164 76 129 -
CMYK 0 0.54 0.21 0.36
HSL 323.86º 0.37% 0.47% -
HSV(B) 323.86º 0.54% 0.64% -
XYZ 21.86 14.65 22.44 -
YUV 108.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 164 76 129 0 0.54 0.21 0.36 323.86 0.37 0.47
Hex A4 4C 81 0 36 15 24 144 25 2F
Octal 244 114 201 0 66 25 44 504 45 57
Binary 10100100 1001100 10000001 0 110110 10101 100100 101000100 100101 101111

Color Harmonies of #A44C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C81

Black with #A44C81

Text Example


Text Example

White with #A44C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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