Html Css Color HEX #A55870 Vin Rouge

📋 copy color: '#A55870'

red 165 ◦ green 88 ◦ blue 112

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

Shades of Vin Rouge #A55870

Tints of Vin Rouge #A55870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 45.21%
G = 24.11%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A55870 (or 0xA55870) is known color: Vin Rouge. HEX triplet: A5, 58 and 70. RGB value is (165,88,112). Sum of RGB (Red+Green+Blue) = 165+88+112=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A55870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55870 is #5AA78F. Grayscale: #717171. Windows color (decimal): -5941136 or 7362725. OLE color: 7362725.

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

Color convert

RGB 165 88 112 -
CMYK 0 0.47 0.32 0.35
HSL 341.3º 0.3% 0.5% -
HSV(B) 341.3º 0.47% 0.65% -
XYZ 21.93 16.15 17.29 -
YUV 113.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 165 88 112 0 0.47 0.32 0.35 341.3 0.3 0.5
Hex A5 58 70 0 2F 20 23 155 1E 32
Octal 245 130 160 0 57 40 43 525 36 62
Binary 10100101 1011000 1110000 0 101111 100000 100011 101010101 11110 110010

Color Harmonies of #A55870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55870

Black with #A55870

Text Example


Text Example

White with #A55870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55870; }

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

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

background-color css

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

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

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

border-color css

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

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

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