Html Css Color HEX #A44B84 Royal Heath

📋 copy color: '#A44B84'

red 164 ◦ green 75 ◦ blue 132

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

Shades of Royal Heath #A44B84

Tints of Royal Heath #A44B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.22%

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

R = 44.2%
G = 20.22%
B = 35.58%

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

#A44B84 (or 0xA44B84) is known color: Royal Heath. HEX triplet: A4, 4B and 84. RGB value is (164,75,132). Sum of RGB (Red+Green+Blue) = 164+75+132=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B84 is #5BB47B. Grayscale: #6B6B6B. Windows color (decimal): -6009980 or 8670116. OLE color: 8670116.

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

Color convert

RGB 164 75 132 -
CMYK 0 0.54 0.20 0.36
HSL 321.57º 0.37% 0.47% -
HSV(B) 321.57º 0.54% 0.64% -
XYZ 21.99 14.59 23.49 -
YUV 108.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 164 75 132 0 0.54 0.20 0.36 321.57 0.37 0.47
Hex A4 4B 84 0 36 14 24 142 25 2F
Octal 244 113 204 0 66 24 44 502 45 57
Binary 10100100 1001011 10000100 0 110110 10100 100100 101000010 100101 101111

Color Harmonies of #A44B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B84

Black with #A44B84

Text Example


Text Example

White with #A44B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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