Html Css Color HEX #A55275 Royal Heath

📋 copy color: '#A55275'

red 165 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #A55275

Tints of Royal Heath #A55275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

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

R = 45.33%
G = 22.53%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A55275 (or 0xA55275) is known color: Royal Heath. HEX triplet: A5, 52 and 75. RGB value is (165,82,117). Sum of RGB (Red+Green+Blue) = 165+82+117=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A55275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55275 is #5AAD8A. Grayscale: #6E6E6E. Windows color (decimal): -5942667 or 7688869. OLE color: 7688869.

HSL color Cylindrical-coordinate representation of color #A55275: hue angle of 334.7º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55275 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 117 -
CMYK 0 0.50 0.29 0.35
HSL 334.7º 0.34% 0.48% -
HSV(B) 334.7º 0.5% 0.65% -
XYZ 21.75 15.32 18.64 -
YUV 110.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 165 82 117 0 0.50 0.29 0.35 334.7 0.34 0.48
Hex A5 52 75 0 32 1D 23 14F 22 30
Octal 245 122 165 0 62 35 43 517 42 60
Binary 10100101 1010010 1110101 0 110010 11101 100011 101001111 100010 110000

Color Harmonies of #A55275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55275

Black with #A55275

Text Example


Text Example

White with #A55275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55275; }

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

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

background-color css

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

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

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

border-color css

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

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

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