Html Css Color HEX #A4336E Rouge

📋 copy color: '#A4336E'

red 164 ◦ green 51 ◦ blue 110

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

Shades of Rouge #A4336E

Tints of Rouge #A4336E

RGB

 RED value IS 164 (64.45% from 255) = 50.46%

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

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

R = 50.46%
G = 15.69%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4336E (or 0xA4336E) is known color: Rouge. HEX triplet: A4, 33 and 6E. RGB value is (164,51,110). Sum of RGB (Red+Green+Blue) = 164+51+110=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4336E is #5BCC91. Grayscale: #5B5B5B. Windows color (decimal): -6016146 or 7222180. OLE color: 7222180.

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

Color convert

RGB 164 51 110 -
CMYK 0 0.69 0.33 0.36
HSL 328.67º 0.53% 0.42% -
HSV(B) 328.67º 0.69% 0.64% -
XYZ 19.31 11.39 15.93 -
YUV 91.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 164 51 110 0 0.69 0.33 0.36 328.67 0.53 0.42
Hex A4 33 6E 0 45 21 24 149 35 2A
Octal 244 63 156 0 105 41 44 511 65 52
Binary 10100100 110011 1101110 0 1000101 100001 100100 101001001 110101 101010

Color Harmonies of #A4336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4336E

Black with #A4336E

Text Example


Text Example

White with #A4336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4336E; }

 p { color: rgb(164,51,110); }

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

background-color css

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

 a { background-color: rgb(164,51,110); }

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

border-color css

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

 span { border-color: rgb(164,51,110); }

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