Html Css Color HEX #A3335E Rouge

📋 copy color: '#A3335E'

red 163 ◦ green 51 ◦ blue 94

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

Shades of Rouge #A3335E

Tints of Rouge #A3335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 52.92%
G = 16.56%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3335E (or 0xA3335E) is known color: Rouge. HEX triplet: A3, 33 and 5E. RGB value is (163,51,94). Sum of RGB (Red+Green+Blue) = 163+51+94=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3335E is #5CCCA1. Grayscale: #595959. Windows color (decimal): -6081698 or 6173603. OLE color: 6173603.

HSL color Cylindrical-coordinate representation of color #A3335E: hue angle of 336.96º 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 #A3335E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 94 -
CMYK 0 0.69 0.42 0.36
HSL 336.96º 0.52% 0.42% -
HSV(B) 336.96º 0.69% 0.64% -
XYZ 18.31 10.96 11.74 -
YUV 89.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 163 51 94 0 0.69 0.42 0.36 336.96 0.52 0.42
Hex A3 33 5E 0 45 2A 24 151 34 2A
Octal 243 63 136 0 105 52 44 521 64 52
Binary 10100011 110011 1011110 0 1000101 101010 100100 101010001 110100 101010

Color Harmonies of #A3335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3335E

Black with #A3335E

Text Example


Text Example

White with #A3335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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