Html Css Color HEX #A33372 Rouge

📋 copy color: '#A33372'

red 163 ◦ green 51 ◦ blue 114

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

Shades of Rouge #A33372

Tints of Rouge #A33372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 49.7%
G = 15.55%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A33372 (or 0xA33372) is known color: Rouge. HEX triplet: A3, 33 and 72. RGB value is (163,51,114). Sum of RGB (Red+Green+Blue) = 163+51+114=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A33372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33372 is #5CCC8D. Grayscale: #5B5B5B. Windows color (decimal): -6081678 or 7484323. OLE color: 7484323.

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

Color convert

RGB 163 51 114 -
CMYK 0 0.69 0.30 0.36
HSL 326.25º 0.52% 0.42% -
HSV(B) 326.25º 0.69% 0.64% -
XYZ 19.33 11.37 17.1 -
YUV 91.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 163 51 114 0 0.69 0.30 0.36 326.25 0.52 0.42
Hex A3 33 72 0 45 1E 24 146 34 2A
Octal 243 63 162 0 105 36 44 506 64 52
Binary 10100011 110011 1110010 0 1000101 11110 100100 101000110 110100 101010

Color Harmonies of #A33372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33372

Black with #A33372

Text Example


Text Example

White with #A33372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33372; }

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

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

background-color css

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

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

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

border-color css

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

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

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