Html Css Color HEX #A33271 Rouge

📋 copy color: '#A33271'

red 163 ◦ green 50 ◦ blue 113

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

Shades of Rouge #A33271

Tints of Rouge #A33271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 50%
G = 15.34%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A33271 (or 0xA33271) is known color: Rouge. HEX triplet: A3, 32 and 71. RGB value is (163,50,113). Sum of RGB (Red+Green+Blue) = 163+50+113=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A33271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33271 is #5CCD8E. Grayscale: #5A5A5A. Windows color (decimal): -6081935 or 7418531. OLE color: 7418531.

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

Color convert

RGB 163 50 113 -
CMYK 0 0.69 0.31 0.36
HSL 326.55º 0.53% 0.42% -
HSV(B) 326.55º 0.69% 0.64% -
XYZ 19.23 11.26 16.78 -
YUV 90.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 163 50 113 0 0.69 0.31 0.36 326.55 0.53 0.42
Hex A3 32 71 0 45 1F 24 147 35 2A
Octal 243 62 161 0 105 37 44 507 65 52
Binary 10100011 110010 1110001 0 1000101 11111 100100 101000111 110101 101010

Color Harmonies of #A33271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33271

Black with #A33271

Text Example


Text Example

White with #A33271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33271; }

 p { color: rgb(163,50,113); }

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

background-color css

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

 a { background-color: rgb(163,50,113); }

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

border-color css

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

 span { border-color: rgb(163,50,113); }

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