Html Css Color HEX #A54E7A Royal Heath

📋 copy color: '#A54E7A'

red 165 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #A54E7A

Tints of Royal Heath #A54E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

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

R = 45.21%
G = 21.37%
B = 33.42%

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

#A54E7A (or 0xA54E7A) is known color: Royal Heath. HEX triplet: A5, 4E and 7A. RGB value is (165,78,122). Sum of RGB (Red+Green+Blue) = 165+78+122=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54E7A is #5AB185. Grayscale: #6C6C6C. Windows color (decimal): -5943686 or 8015525. OLE color: 8015525.

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

Color convert

RGB 165 78 122 -
CMYK 0 0.53 0.26 0.35
HSL 329.66º 0.36% 0.48% -
HSV(B) 329.66º 0.53% 0.65% -
XYZ 21.75 14.85 20.13 -
YUV 109.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 165 78 122 0 0.53 0.26 0.35 329.66 0.36 0.48
Hex A5 4E 7A 0 35 1A 23 14A 24 30
Octal 245 116 172 0 65 32 43 512 44 60
Binary 10100101 1001110 1111010 0 110101 11010 100011 101001010 100100 110000

Color Harmonies of #A54E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E7A

Black with #A54E7A

Text Example


Text Example

White with #A54E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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