Html Css Color HEX #A3336F Rouge

📋 copy color: '#A3336F'

red 163 ◦ green 51 ◦ blue 111

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

Shades of Rouge #A3336F

Tints of Rouge #A3336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 50.15%
G = 15.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3336F (or 0xA3336F) is known color: Rouge. HEX triplet: A3, 33 and 6F. RGB value is (163,51,111). Sum of RGB (Red+Green+Blue) = 163+51+111=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3336F is #5CCC90. Grayscale: #5B5B5B. Windows color (decimal): -6081681 or 7287715. OLE color: 7287715.

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

Color convert

RGB 163 51 111 -
CMYK 0 0.69 0.32 0.36
HSL 327.86º 0.52% 0.42% -
HSV(B) 327.86º 0.69% 0.64% -
XYZ 19.16 11.3 16.21 -
YUV 91.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 163 51 111 0 0.69 0.32 0.36 327.86 0.52 0.42
Hex A3 33 6F 0 45 20 24 148 34 2A
Octal 243 63 157 0 105 40 44 510 64 52
Binary 10100011 110011 1101111 0 1000101 100000 100100 101001000 110100 101010

Color Harmonies of #A3336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3336F

Black with #A3336F

Text Example


Text Example

White with #A3336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3336F; }

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

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

background-color css

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

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

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

border-color css

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

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

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