Html Css Color HEX #A54981 Royal Heath

📋 copy color: '#A54981'

red 165 ◦ green 73 ◦ blue 129

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

Shades of Royal Heath #A54981

Tints of Royal Heath #A54981

RGB

 RED value IS 165 (64.84% from 255) = 44.96%

 GREEN value IS 73 (28.91% from 255) = 19.89%

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

R = 44.96%
G = 19.89%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A54981 (or 0xA54981) is known color: Royal Heath. HEX triplet: A5, 49 and 81. RGB value is (165,73,129). Sum of RGB (Red+Green+Blue) = 165+73+129=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A54981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54981 is #5AB67E. Grayscale: #6A6A6A. Windows color (decimal): -5944959 or 8472997. OLE color: 8472997.

HSL color Cylindrical-coordinate representation of color #A54981: hue angle of 323.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54981 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 129 -
CMYK 0 0.56 0.22 0.35
HSL 323.48º 0.39% 0.47% -
HSV(B) 323.48º 0.56% 0.65% -
XYZ 21.86 14.35 22.39 -
YUV 106.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 165 73 129 0 0.56 0.22 0.35 323.48 0.39 0.47
Hex A5 49 81 0 38 16 23 143 27 2F
Octal 245 111 201 0 70 26 43 503 47 57
Binary 10100101 1001001 10000001 0 111000 10110 100011 101000011 100111 101111

Color Harmonies of #A54981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54981

Black with #A54981

Text Example


Text Example

White with #A54981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54981; }

 p { color: rgb(165,73,129); }

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

background-color css

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

 a { background-color: rgb(165,73,129); }

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

border-color css

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

 span { border-color: rgb(165,73,129); }

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