Html Css Color HEX #A54F80 Royal Heath

📋 copy color: '#A54F80'

red 165 ◦ green 79 ◦ blue 128

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

Shades of Royal Heath #A54F80

Tints of Royal Heath #A54F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

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

R = 44.35%
G = 21.24%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A54F80 (or 0xA54F80) is known color: Royal Heath. HEX triplet: A5, 4F and 80. RGB value is (165,79,128). Sum of RGB (Red+Green+Blue) = 165+79+128=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54F80 is #5AB07F. Grayscale: #6E6E6E. Windows color (decimal): -5943424 or 8408997. OLE color: 8408997.

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

Color convert

RGB 165 79 128 -
CMYK 0 0.52 0.22 0.35
HSL 325.81º 0.35% 0.48% -
HSV(B) 325.81º 0.52% 0.65% -
XYZ 22.21 15.15 22.18 -
YUV 110.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 165 79 128 0 0.52 0.22 0.35 325.81 0.35 0.48
Hex A5 4F 80 0 34 16 23 146 23 30
Octal 245 117 200 0 64 26 43 506 43 60
Binary 10100101 1001111 10000000 0 110100 10110 100011 101000110 100011 110000

Color Harmonies of #A54F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F80

Black with #A54F80

Text Example


Text Example

White with #A54F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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