Html Css Color HEX #A25A6C Vin Rouge

📋 copy color: '#A25A6C'

red 162 ◦ green 90 ◦ blue 108

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

Shades of Vin Rouge #A25A6C

Tints of Vin Rouge #A25A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 45%
G = 25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A25A6C (or 0xA25A6C) is known color: Vin Rouge. HEX triplet: A2, 5A and 6C. RGB value is (162,90,108). Sum of RGB (Red+Green+Blue) = 162+90+108=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A6C is #5DA593. Grayscale: #717171. Windows color (decimal): -6137236 or 7101090. OLE color: 7101090.

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

Color convert

RGB 162 90 108 -
CMYK 0 0.44 0.33 0.36
HSL 345º 0.29% 0.49% -
HSV(B) 345º 0.44% 0.64% -
XYZ 21.26 16.08 16.17 -
YUV 113.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 162 90 108 0 0.44 0.33 0.36 345 0.29 0.49
Hex A2 5A 6C 0 2C 21 24 159 1D 31
Octal 242 132 154 0 54 41 44 531 35 61
Binary 10100010 1011010 1101100 0 101100 100001 100100 101011001 11101 110001

Color Harmonies of #A25A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A6C

Black with #A25A6C

Text Example


Text Example

White with #A25A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A6C; }

 p { color: rgb(162,90,108); }

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

background-color css

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

 a { background-color: rgb(162,90,108); }

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

border-color css

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

 span { border-color: rgb(162,90,108); }

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