Html Css Color HEX #A44D83 Royal Heath

📋 copy color: '#A44D83'

red 164 ◦ green 77 ◦ blue 131

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

Shades of Royal Heath #A44D83

Tints of Royal Heath #A44D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 44.09%
G = 20.7%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44D83 (or 0xA44D83) is known color: Royal Heath. HEX triplet: A4, 4D and 83. RGB value is (164,77,131). Sum of RGB (Red+Green+Blue) = 164+77+131=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D83 is #5BB27C. Grayscale: #6D6D6D. Windows color (decimal): -6009469 or 8605092. OLE color: 8605092.

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

Color convert

RGB 164 77 131 -
CMYK 0 0.53 0.20 0.36
HSL 322.76º 0.36% 0.47% -
HSV(B) 322.76º 0.53% 0.64% -
XYZ 22.06 14.84 23.17 -
YUV 109.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 164 77 131 0 0.53 0.20 0.36 322.76 0.36 0.47
Hex A4 4D 83 0 35 14 24 143 24 2F
Octal 244 115 203 0 65 24 44 503 44 57
Binary 10100100 1001101 10000011 0 110101 10100 100100 101000011 100100 101111

Color Harmonies of #A44D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D83

Black with #A44D83

Text Example


Text Example

White with #A44D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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