Html Css Color HEX #A55874 Royal Heath

📋 copy color: '#A55874'

red 165 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #A55874

Tints of Royal Heath #A55874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 44.72%
G = 23.85%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A55874 (or 0xA55874) is known color: Royal Heath. HEX triplet: A5, 58 and 74. RGB value is (165,88,116). Sum of RGB (Red+Green+Blue) = 165+88+116=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A55874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55874 is #5AA78B. Grayscale: #727272. Windows color (decimal): -5941132 or 7624869. OLE color: 7624869.

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

Color convert

RGB 165 88 116 -
CMYK 0 0.47 0.30 0.35
HSL 338.18º 0.3% 0.5% -
HSV(B) 338.18º 0.47% 0.65% -
XYZ 22.16 16.24 18.49 -
YUV 114.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 165 88 116 0 0.47 0.30 0.35 338.18 0.3 0.5
Hex A5 58 74 0 2F 1E 23 152 1E 32
Octal 245 130 164 0 57 36 43 522 36 62
Binary 10100101 1011000 1110100 0 101111 11110 100011 101010010 11110 110010

Color Harmonies of #A55874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55874

Black with #A55874

Text Example


Text Example

White with #A55874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55874; }

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

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

background-color css

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

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

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

border-color css

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

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

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