Html Css Color HEX #A55879 Royal Heath

📋 copy color: '#A55879'

red 165 ◦ green 88 ◦ blue 121

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

Shades of Royal Heath #A55879

Tints of Royal Heath #A55879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 44.12%
G = 23.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A55879 (or 0xA55879) is known color: Royal Heath. HEX triplet: A5, 58 and 79. RGB value is (165,88,121). Sum of RGB (Red+Green+Blue) = 165+88+121=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55879 is #5AA786. Grayscale: #727272. Windows color (decimal): -5941127 or 7952549. OLE color: 7952549.

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

Color convert

RGB 165 88 121 -
CMYK 0 0.47 0.27 0.35
HSL 334.29º 0.3% 0.5% -
HSV(B) 334.29º 0.47% 0.65% -
XYZ 22.46 16.36 20.06 -
YUV 114.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 165 88 121 0 0.47 0.27 0.35 334.29 0.3 0.5
Hex A5 58 79 0 2F 1B 23 14E 1E 32
Octal 245 130 171 0 57 33 43 516 36 62
Binary 10100101 1011000 1111001 0 101111 11011 100011 101001110 11110 110010

Color Harmonies of #A55879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55879

Black with #A55879

Text Example


Text Example

White with #A55879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55879; }

 p { color: rgb(165,88,121); }

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

background-color css

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

 a { background-color: rgb(165,88,121); }

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

border-color css

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

 span { border-color: rgb(165,88,121); }

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