Html Css Color HEX #A33471 Rouge

📋 copy color: '#A33471'

red 163 ◦ green 52 ◦ blue 113

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

Shades of Rouge #A33471

Tints of Rouge #A33471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 49.7%
G = 15.85%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A33471 (or 0xA33471) is known color: Rouge. HEX triplet: A3, 34 and 71. RGB value is (163,52,113). Sum of RGB (Red+Green+Blue) = 163+52+113=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A33471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33471 is #5CCB8E. Grayscale: #5C5C5C. Windows color (decimal): -6081423 or 7419043. OLE color: 7419043.

HSL color Cylindrical-coordinate representation of color #A33471: hue angle of 327.03º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33471 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 113 -
CMYK 0 0.68 0.31 0.36
HSL 327.03º 0.52% 0.42% -
HSV(B) 327.03º 0.68% 0.64% -
XYZ 19.31 11.43 16.81 -
YUV 92.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 163 52 113 0 0.68 0.31 0.36 327.03 0.52 0.42
Hex A3 34 71 0 44 1F 24 147 34 2A
Octal 243 64 161 0 104 37 44 507 64 52
Binary 10100011 110100 1110001 0 1000100 11111 100100 101000111 110100 101010

Color Harmonies of #A33471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33471

Black with #A33471

Text Example


Text Example

White with #A33471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33471; }

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

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

background-color css

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

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

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

border-color css

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

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

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