Html Css Color HEX #A54983 Royal Heath

📋 copy color: '#A54983'

red 165 ◦ green 73 ◦ blue 131

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

Shades of Royal Heath #A54983

Tints of Royal Heath #A54983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 44.72%
G = 19.78%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A54983 (or 0xA54983) is known color: Royal Heath. HEX triplet: A5, 49 and 83. RGB value is (165,73,131). Sum of RGB (Red+Green+Blue) = 165+73+131=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A54983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54983 is #5AB67C. Grayscale: #6A6A6A. Windows color (decimal): -5944957 or 8604069. OLE color: 8604069.

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

Color convert

RGB 165 73 131 -
CMYK 0 0.56 0.21 0.35
HSL 322.17º 0.39% 0.47% -
HSV(B) 322.17º 0.56% 0.65% -
XYZ 22 14.4 23.09 -
YUV 107.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 165 73 131 0 0.56 0.21 0.35 322.17 0.39 0.47
Hex A5 49 83 0 38 15 23 142 27 2F
Octal 245 111 203 0 70 25 43 502 47 57
Binary 10100101 1001001 10000011 0 111000 10101 100011 101000010 100111 101111

Color Harmonies of #A54983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54983

Black with #A54983

Text Example


Text Example

White with #A54983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54983; }

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

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

background-color css

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

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

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

border-color css

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

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

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