Html Css Color HEX #A54881 Royal Heath

📋 copy color: '#A54881'

red 165 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #A54881

Tints of Royal Heath #A54881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 45.08%
G = 19.67%
B = 35.25%

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

#A54881 (or 0xA54881) is known color: Royal Heath. HEX triplet: A5, 48 and 81. RGB value is (165,72,129). Sum of RGB (Red+Green+Blue) = 165+72+129=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54881 is #5AB77E. Grayscale: #6A6A6A. Windows color (decimal): -5945215 or 8472741. OLE color: 8472741.

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

Color convert

RGB 165 72 129 -
CMYK 0 0.56 0.22 0.35
HSL 323.23º 0.39% 0.46% -
HSV(B) 323.23º 0.56% 0.65% -
XYZ 21.8 14.22 22.36 -
YUV 106.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 165 72 129 0 0.56 0.22 0.35 323.23 0.39 0.46
Hex A5 48 81 0 38 16 23 143 27 2E
Octal 245 110 201 0 70 26 43 503 47 56
Binary 10100101 1001000 10000001 0 111000 10110 100011 101000011 100111 101110

Color Harmonies of #A54881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54881

Black with #A54881

Text Example


Text Example

White with #A54881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54881; }

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

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

background-color css

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

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

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

border-color css

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

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

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