Html Css Color HEX #A3335D Rouge

📋 copy color: '#A3335D'

red 163 ◦ green 51 ◦ blue 93

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

Shades of Rouge #A3335D

Tints of Rouge #A3335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 53.09%
G = 16.61%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3335D (or 0xA3335D) is known color: Rouge. HEX triplet: A3, 33 and 5D. RGB value is (163,51,93). Sum of RGB (Red+Green+Blue) = 163+51+93=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3335D is #5CCCA2. Grayscale: #595959. Windows color (decimal): -6081699 or 6108067. OLE color: 6108067.

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

Color convert

RGB 163 51 93 -
CMYK 0 0.69 0.43 0.36
HSL 337.5º 0.52% 0.42% -
HSV(B) 337.5º 0.69% 0.64% -
XYZ 18.26 10.94 11.51 -
YUV 89.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 163 51 93 0 0.69 0.43 0.36 337.5 0.52 0.42
Hex A3 33 5D 0 45 2B 24 152 34 2A
Octal 243 63 135 0 105 53 44 522 64 52
Binary 10100011 110011 1011101 0 1000101 101011 100100 101010010 110100 101010

Color Harmonies of #A3335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3335D

Black with #A3335D

Text Example


Text Example

White with #A3335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3335D; }

 p { color: rgb(163,51,93); }

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

background-color css

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

 a { background-color: rgb(163,51,93); }

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

border-color css

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

 span { border-color: rgb(163,51,93); }

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