Html Css Color HEX #A3296D Rouge

📋 copy color: '#A3296D'

red 163 ◦ green 41 ◦ blue 109

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

Shades of Rouge #A3296D

Tints of Rouge #A3296D

RGB

 RED value IS 163 (64.06% from 255) = 52.08%

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 52.08%
G = 13.1%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3296D (or 0xA3296D) is known color: Rouge. HEX triplet: A3, 29 and 6D. RGB value is (163,41,109). Sum of RGB (Red+Green+Blue) = 163+41+109=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3296D is #5CD692. Grayscale: #555555. Windows color (decimal): -6084243 or 7154083. OLE color: 7154083.

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

Color convert

RGB 163 41 109 -
CMYK 0 0.75 0.33 0.36
HSL 326.56º 0.6% 0.4% -
HSV(B) 326.56º 0.75% 0.64% -
XYZ 18.66 10.48 15.51 -
YUV 85.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 163 41 109 0 0.75 0.33 0.36 326.56 0.6 0.4
Hex A3 29 6D 0 4B 21 24 147 3C 28
Octal 243 51 155 0 113 41 44 507 74 50
Binary 10100011 101001 1101101 0 1001011 100001 100100 101000111 111100 101000

Color Harmonies of #A3296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3296D

Black with #A3296D

Text Example


Text Example

White with #A3296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3296D; }

 p { color: rgb(163,41,109); }

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

background-color css

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

 a { background-color: rgb(163,41,109); }

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

border-color css

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

 span { border-color: rgb(163,41,109); }

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