Html Css Color HEX #A54A7F Royal Heath

📋 copy color: '#A54A7F'

red 165 ◦ green 74 ◦ blue 127

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

Shades of Royal Heath #A54A7F

Tints of Royal Heath #A54A7F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 127 (50% from 255) = 34.7%

R = 45.08%
G = 20.22%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A54A7F (or 0xA54A7F) is known color: Royal Heath. HEX triplet: A5, 4A and 7F. RGB value is (165,74,127). Sum of RGB (Red+Green+Blue) = 165+74+127=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A7F is #5AB580. Grayscale: #6B6B6B. Windows color (decimal): -5944705 or 8342181. OLE color: 8342181.

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

Color convert

RGB 165 74 127 -
CMYK 0 0.55 0.23 0.35
HSL 325.05º 0.38% 0.47% -
HSV(B) 325.05º 0.55% 0.65% -
XYZ 21.8 14.43 21.71 -
YUV 107.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 165 74 127 0 0.55 0.23 0.35 325.05 0.38 0.47
Hex A5 4A 7F 0 37 17 23 145 26 2F
Octal 245 112 177 0 67 27 43 505 46 57
Binary 10100101 1001010 1111111 0 110111 10111 100011 101000101 100110 101111

Color Harmonies of #A54A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A7F

Black with #A54A7F

Text Example


Text Example

White with #A54A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A7F; }

 p { color: rgb(165,74,127); }

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

background-color css

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

 a { background-color: rgb(165,74,127); }

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

border-color css

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

 span { border-color: rgb(165,74,127); }

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