Html Css Color HEX #A54D7B Royal Heath

📋 copy color: '#A54D7B'

red 165 ◦ green 77 ◦ blue 123

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

Shades of Royal Heath #A54D7B

Tints of Royal Heath #A54D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 45.21%
G = 21.1%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A54D7B (or 0xA54D7B) is known color: Royal Heath. HEX triplet: A5, 4D and 7B. RGB value is (165,77,123). Sum of RGB (Red+Green+Blue) = 165+77+123=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D7B is #5AB284. Grayscale: #6C6C6C. Windows color (decimal): -5943941 or 8080805. OLE color: 8080805.

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

Color convert

RGB 165 77 123 -
CMYK 0 0.53 0.25 0.35
HSL 328.64º 0.36% 0.47% -
HSV(B) 328.64º 0.53% 0.65% -
XYZ 21.75 14.74 20.44 -
YUV 108.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 165 77 123 0 0.53 0.25 0.35 328.64 0.36 0.47
Hex A5 4D 7B 0 35 19 23 149 24 2F
Octal 245 115 173 0 65 31 43 511 44 57
Binary 10100101 1001101 1111011 0 110101 11001 100011 101001001 100100 101111

Color Harmonies of #A54D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D7B

Black with #A54D7B

Text Example


Text Example

White with #A54D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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