Html Css Color HEX #A2506A Vin Rouge

📋 copy color: '#A2506A'

red 162 ◦ green 80 ◦ blue 106

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

Shades of Vin Rouge #A2506A

Tints of Vin Rouge #A2506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 46.55%
G = 22.99%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2506A (or 0xA2506A) is known color: Vin Rouge. HEX triplet: A2, 50 and 6A. RGB value is (162,80,106). Sum of RGB (Red+Green+Blue) = 162+80+106=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A2506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2506A is #5DAF95. Grayscale: #6B6B6B. Windows color (decimal): -6139798 or 6967458. OLE color: 6967458.

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

Color convert

RGB 162 80 106 -
CMYK 0 0.51 0.35 0.36
HSL 340.98º 0.34% 0.47% -
HSV(B) 340.98º 0.51% 0.64% -
XYZ 20.37 14.46 15.35 -
YUV 107.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 162 80 106 0 0.51 0.35 0.36 340.98 0.34 0.47
Hex A2 50 6A 0 33 23 24 155 22 2F
Octal 242 120 152 0 63 43 44 525 42 57
Binary 10100010 1010000 1101010 0 110011 100011 100100 101010101 100010 101111

Color Harmonies of #A2506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2506A

Black with #A2506A

Text Example


Text Example

White with #A2506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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