Html Css Color HEX #A54880 Royal Heath

📋 copy color: '#A54880'

red 165 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #A54880

Tints of Royal Heath #A54880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 45.21%
G = 19.73%
B = 35.07%

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

#A54880 (or 0xA54880) is known color: Royal Heath. HEX triplet: A5, 48 and 80. RGB value is (165,72,128). Sum of RGB (Red+Green+Blue) = 165+72+128=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54880 is #5AB77F. Grayscale: #6A6A6A. Windows color (decimal): -5945216 or 8407205. OLE color: 8407205.

HSL color Cylindrical-coordinate representation of color #A54880: hue angle of 323.87º 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 #A54880 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 128 -
CMYK 0 0.56 0.22 0.35
HSL 323.87º 0.39% 0.46% -
HSV(B) 323.87º 0.56% 0.65% -
XYZ 21.73 14.19 22.02 -
YUV 106.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 165 72 128 0 0.56 0.22 0.35 323.87 0.39 0.46
Hex A5 48 80 0 38 16 23 144 27 2E
Octal 245 110 200 0 70 26 43 504 47 56
Binary 10100101 1001000 10000000 0 111000 10110 100011 101000100 100111 101110

Color Harmonies of #A54880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54880

Black with #A54880

Text Example


Text Example

White with #A54880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54880; }

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

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

background-color css

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

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

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

border-color css

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

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

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