Html Css Color HEX #A54882 Royal Heath

📋 copy color: '#A54882'

red 165 ◦ green 72 ◦ blue 130

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

Shades of Royal Heath #A54882

Tints of Royal Heath #A54882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 44.96%
G = 19.62%
B = 35.42%

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

#A54882 (or 0xA54882) is known color: Royal Heath. HEX triplet: A5, 48 and 82. RGB value is (165,72,130). Sum of RGB (Red+Green+Blue) = 165+72+130=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A54882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54882 is #5AB77D. Grayscale: #6A6A6A. Windows color (decimal): -5945214 or 8538277. OLE color: 8538277.

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

Color convert

RGB 165 72 130 -
CMYK 0 0.56 0.21 0.35
HSL 322.58º 0.39% 0.46% -
HSV(B) 322.58º 0.56% 0.65% -
XYZ 21.86 14.25 22.72 -
YUV 106.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 165 72 130 0 0.56 0.21 0.35 322.58 0.39 0.46
Hex A5 48 82 0 38 15 23 143 27 2E
Octal 245 110 202 0 70 25 43 503 47 56
Binary 10100101 1001000 10000010 0 111000 10101 100011 101000011 100111 101110

Color Harmonies of #A54882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54882

Black with #A54882

Text Example


Text Example

White with #A54882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54882; }

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

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

background-color css

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

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

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

border-color css

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

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

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