Html Css Color HEX #A54B7F Royal Heath

📋 copy color: '#A54B7F'

red 165 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #A54B7F

Tints of Royal Heath #A54B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.44%

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

R = 44.96%
G = 20.44%
B = 34.6%

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

#A54B7F (or 0xA54B7F) is known color: Royal Heath. HEX triplet: A5, 4B and 7F. RGB value is (165,75,127). Sum of RGB (Red+Green+Blue) = 165+75+127=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B7F is #5AB480. Grayscale: #6B6B6B. Windows color (decimal): -5944449 or 8342437. OLE color: 8342437.

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

Color convert

RGB 165 75 127 -
CMYK 0 0.55 0.23 0.35
HSL 325.33º 0.38% 0.47% -
HSV(B) 325.33º 0.55% 0.65% -
XYZ 21.86 14.56 21.74 -
YUV 107.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 165 75 127 0 0.55 0.23 0.35 325.33 0.38 0.47
Hex A5 4B 7F 0 37 17 23 145 26 2F
Octal 245 113 177 0 67 27 43 505 46 57
Binary 10100101 1001011 1111111 0 110111 10111 100011 101000101 100110 101111

Color Harmonies of #A54B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B7F

Black with #A54B7F

Text Example


Text Example

White with #A54B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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