Html Css Color HEX #A44F81 Royal Heath

📋 copy color: '#A44F81'

red 164 ◦ green 79 ◦ blue 129

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

Shades of Royal Heath #A44F81

Tints of Royal Heath #A44F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

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

R = 44.09%
G = 21.24%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44F81 (or 0xA44F81) is known color: Royal Heath. HEX triplet: A4, 4F and 81. RGB value is (164,79,129). Sum of RGB (Red+Green+Blue) = 164+79+129=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44F81 is #5BB07E. Grayscale: #6E6E6E. Windows color (decimal): -6008959 or 8474532. OLE color: 8474532.

HSL color Cylindrical-coordinate representation of color #A44F81: hue angle of 324.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F81 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 79 129 -
CMYK 0 0.52 0.21 0.36
HSL 324.71º 0.35% 0.48% -
HSV(B) 324.71º 0.52% 0.64% -
XYZ 22.07 15.07 22.51 -
YUV 110.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 164 79 129 0 0.52 0.21 0.36 324.71 0.35 0.48
Hex A4 4F 81 0 34 15 24 145 23 30
Octal 244 117 201 0 64 25 44 505 43 60
Binary 10100100 1001111 10000001 0 110100 10101 100100 101000101 100011 110000

Color Harmonies of #A44F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44F81

Black with #A44F81

Text Example


Text Example

White with #A44F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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