Html Css Color HEX #A3356E Rouge

📋 copy color: '#A3356E'

red 163 ◦ green 53 ◦ blue 110

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

Shades of Rouge #A3356E

Tints of Rouge #A3356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 50%
G = 16.26%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3356E (or 0xA3356E) is known color: Rouge. HEX triplet: A3, 35 and 6E. RGB value is (163,53,110). Sum of RGB (Red+Green+Blue) = 163+53+110=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3356E is #5CCA91. Grayscale: #5C5C5C. Windows color (decimal): -6081170 or 7222691. OLE color: 7222691.

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

Color convert

RGB 163 53 110 -
CMYK 0 0.67 0.33 0.36
HSL 328.91º 0.51% 0.42% -
HSV(B) 328.91º 0.67% 0.64% -
XYZ 19.19 11.46 15.95 -
YUV 92.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 163 53 110 0 0.67 0.33 0.36 328.91 0.51 0.42
Hex A3 35 6E 0 43 21 24 149 33 2A
Octal 243 65 156 0 103 41 44 511 63 52
Binary 10100011 110101 1101110 0 1000011 100001 100100 101001001 110011 101010

Color Harmonies of #A3356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3356E

Black with #A3356E

Text Example


Text Example

White with #A3356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3356E; }

 p { color: rgb(163,53,110); }

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

background-color css

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

 a { background-color: rgb(163,53,110); }

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

border-color css

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

 span { border-color: rgb(163,53,110); }

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