Html Css Color HEX #A25069 Vin Rouge

📋 copy color: '#A25069'

red 162 ◦ green 80 ◦ blue 105

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

Shades of Vin Rouge #A25069

Tints of Vin Rouge #A25069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 46.69%
G = 23.05%
B = 30.26%

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

#A25069 (or 0xA25069) is known color: Vin Rouge. HEX triplet: A2, 50 and 69. RGB value is (162,80,105). Sum of RGB (Red+Green+Blue) = 162+80+105=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25069 is #5DAF96. Grayscale: #6B6B6B. Windows color (decimal): -6139799 or 6901922. OLE color: 6901922.

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

Color convert

RGB 162 80 105 -
CMYK 0 0.51 0.35 0.36
HSL 341.71º 0.34% 0.47% -
HSV(B) 341.71º 0.51% 0.64% -
XYZ 20.32 14.44 15.08 -
YUV 107.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 162 80 105 0 0.51 0.35 0.36 341.71 0.34 0.47
Hex A2 50 69 0 33 23 24 156 22 2F
Octal 242 120 151 0 63 43 44 526 42 57
Binary 10100010 1010000 1101001 0 110011 100011 100100 101010110 100010 101111

Color Harmonies of #A25069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25069

Black with #A25069

Text Example


Text Example

White with #A25069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25069; }

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

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

background-color css

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

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

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

border-color css

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

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

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