Html Css Color HEX #A2506E Vin Rouge

📋 copy color: '#A2506E'

red 162 ◦ green 80 ◦ blue 110

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

Shades of Vin Rouge #A2506E

Tints of Vin Rouge #A2506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 46.02%
G = 22.73%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2506E (or 0xA2506E) is known color: Vin Rouge. HEX triplet: A2, 50 and 6E. RGB value is (162,80,110). Sum of RGB (Red+Green+Blue) = 162+80+110=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2506E is #5DAF91. Grayscale: #6B6B6B. Windows color (decimal): -6139794 or 7229602. OLE color: 7229602.

HSL color Cylindrical-coordinate representation of color #A2506E: hue angle of 338.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2506E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 110 -
CMYK 0 0.51 0.32 0.36
HSL 338.05º 0.34% 0.47% -
HSV(B) 338.05º 0.51% 0.64% -
XYZ 20.58 14.54 16.47 -
YUV 107.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 162 80 110 0 0.51 0.32 0.36 338.05 0.34 0.47
Hex A2 50 6E 0 33 20 24 152 22 2F
Octal 242 120 156 0 63 40 44 522 42 57
Binary 10100010 1010000 1101110 0 110011 100000 100100 101010010 100010 101111

Color Harmonies of #A2506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2506E

Black with #A2506E

Text Example


Text Example

White with #A2506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2506E; }

 p { color: rgb(162,80,110); }

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

background-color css

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

 a { background-color: rgb(162,80,110); }

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

border-color css

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

 span { border-color: rgb(162,80,110); }

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