Html Css Color HEX #A25470 Vin Rouge

📋 copy color: '#A25470'

red 162 ◦ green 84 ◦ blue 112

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

Shades of Vin Rouge #A25470

Tints of Vin Rouge #A25470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 45.25%
G = 23.46%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A25470 (or 0xA25470) is known color: Vin Rouge. HEX triplet: A2, 54 and 70. RGB value is (162,84,112). Sum of RGB (Red+Green+Blue) = 162+84+112=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A25470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25470 is #5DAB8F. Grayscale: #6E6E6E. Windows color (decimal): -6138768 or 7361698. OLE color: 7361698.

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

Color convert

RGB 162 84 112 -
CMYK 0 0.48 0.31 0.36
HSL 338.46º 0.32% 0.48% -
HSV(B) 338.46º 0.48% 0.64% -
XYZ 21 15.19 17.15 -
YUV 110.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 162 84 112 0 0.48 0.31 0.36 338.46 0.32 0.48
Hex A2 54 70 0 30 1F 24 152 20 30
Octal 242 124 160 0 60 37 44 522 40 60
Binary 10100010 1010100 1110000 0 110000 11111 100100 101010010 100000 110000

Color Harmonies of #A25470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25470

Black with #A25470

Text Example


Text Example

White with #A25470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25470; }

 p { color: rgb(162,84,112); }

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

background-color css

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

 a { background-color: rgb(162,84,112); }

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

border-color css

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

 span { border-color: rgb(162,84,112); }

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