Html Css Color HEX #A54775 Royal Heath

📋 copy color: '#A54775'

red 165 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #A54775

Tints of Royal Heath #A54775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 46.74%
G = 20.11%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A54775 (or 0xA54775) is known color: Royal Heath. HEX triplet: A5, 47 and 75. RGB value is (165,71,117). Sum of RGB (Red+Green+Blue) = 165+71+117=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A54775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54775 is #5AB88A. Grayscale: #686868. Windows color (decimal): -5945483 or 7686053. OLE color: 7686053.

HSL color Cylindrical-coordinate representation of color #A54775: hue angle of 330.64º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54775 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 117 -
CMYK 0 0.57 0.29 0.35
HSL 330.64º 0.4% 0.46% -
HSV(B) 330.64º 0.57% 0.65% -
XYZ 20.98 13.79 18.39 -
YUV 104.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 165 71 117 0 0.57 0.29 0.35 330.64 0.4 0.46
Hex A5 47 75 0 39 1D 23 14B 28 2E
Octal 245 107 165 0 71 35 43 513 50 56
Binary 10100101 1000111 1110101 0 111001 11101 100011 101001011 101000 101110

Color Harmonies of #A54775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54775

Black with #A54775

Text Example


Text Example

White with #A54775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54775; }

 p { color: rgb(165,71,117); }

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

background-color css

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

 a { background-color: rgb(165,71,117); }

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

border-color css

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

 span { border-color: rgb(165,71,117); }

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