Html Css Color HEX #A44D82 Royal Heath

📋 copy color: '#A44D82'

red 164 ◦ green 77 ◦ blue 130

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

Shades of Royal Heath #A44D82

Tints of Royal Heath #A44D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 44.2%
G = 20.75%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44D82 (or 0xA44D82) is known color: Royal Heath. HEX triplet: A4, 4D and 82. RGB value is (164,77,130). Sum of RGB (Red+Green+Blue) = 164+77+130=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D82 is #5BB27D. Grayscale: #6C6C6C. Windows color (decimal): -6009470 or 8539556. OLE color: 8539556.

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

Color convert

RGB 164 77 130 -
CMYK 0 0.53 0.21 0.36
HSL 323.45º 0.36% 0.47% -
HSV(B) 323.45º 0.53% 0.64% -
XYZ 21.99 14.81 22.82 -
YUV 109.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 164 77 130 0 0.53 0.21 0.36 323.45 0.36 0.47
Hex A4 4D 82 0 35 15 24 143 24 2F
Octal 244 115 202 0 65 25 44 503 44 57
Binary 10100100 1001101 10000010 0 110101 10101 100100 101000011 100100 101111

Color Harmonies of #A44D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D82

Black with #A44D82

Text Example


Text Example

White with #A44D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D82; }

 p { color: rgb(164,77,130); }

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

background-color css

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

 a { background-color: rgb(164,77,130); }

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

border-color css

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

 span { border-color: rgb(164,77,130); }

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