Html Css Color HEX #A2576F Vin Rouge

📋 copy color: '#A2576F'

red 162 ◦ green 87 ◦ blue 111

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

Shades of Vin Rouge #A2576F

Tints of Vin Rouge #A2576F

RGB

 RED value IS 162 (63.67% from 255) = 45%

 GREEN value IS 87 (34.38% from 255) = 24.17%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 45%
G = 24.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A2576F (or 0xA2576F) is known color: Vin Rouge. HEX triplet: A2, 57 and 6F. RGB value is (162,87,111). Sum of RGB (Red+Green+Blue) = 162+87+111=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2576F is #5DA890. Grayscale: #707070. Windows color (decimal): -6138001 or 7296930. OLE color: 7296930.

HSL color Cylindrical-coordinate representation of color #A2576F: hue angle of 340.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2576F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 111 -
CMYK 0 0.46 0.31 0.36
HSL 340.8º 0.3% 0.49% -
HSV(B) 340.8º 0.46% 0.64% -
XYZ 21.18 15.65 16.94 -
YUV 112.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 162 87 111 0 0.46 0.31 0.36 340.8 0.3 0.49
Hex A2 57 6F 0 2E 1F 24 155 1E 31
Octal 242 127 157 0 56 37 44 525 36 61
Binary 10100010 1010111 1101111 0 101110 11111 100100 101010101 11110 110001

Color Harmonies of #A2576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2576F

Black with #A2576F

Text Example


Text Example

White with #A2576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2576F; }

 p { color: rgb(162,87,111); }

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

background-color css

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

 a { background-color: rgb(162,87,111); }

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

border-color css

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

 span { border-color: rgb(162,87,111); }

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