Html Css Color HEX #A54D7A Royal Heath

📋 copy color: '#A54D7A'

red 165 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #A54D7A

Tints of Royal Heath #A54D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 45.33%
G = 21.15%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A54D7A (or 0xA54D7A) is known color: Royal Heath. HEX triplet: A5, 4D and 7A. RGB value is (165,77,122). Sum of RGB (Red+Green+Blue) = 165+77+122=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D7A is #5AB285. Grayscale: #6C6C6C. Windows color (decimal): -5943942 or 8015269. OLE color: 8015269.

HSL color Cylindrical-coordinate representation of color #A54D7A: hue angle of 329.32º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54D7A is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 122 -
CMYK 0 0.53 0.26 0.35
HSL 329.32º 0.36% 0.47% -
HSV(B) 329.32º 0.53% 0.65% -
XYZ 21.68 14.71 20.11 -
YUV 108.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 165 77 122 0 0.53 0.26 0.35 329.32 0.36 0.47
Hex A5 4D 7A 0 35 1A 23 149 24 2F
Octal 245 115 172 0 65 32 43 511 44 57
Binary 10100101 1001101 1111010 0 110101 11010 100011 101001001 100100 101111

Color Harmonies of #A54D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D7A

Black with #A54D7A

Text Example


Text Example

White with #A54D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D7A; }

 p { color: rgb(165,77,122); }

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

background-color css

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

 a { background-color: rgb(165,77,122); }

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

border-color css

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

 span { border-color: rgb(165,77,122); }

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