Html Css Color HEX #A33572 Rouge

📋 copy color: '#A33572'

red 163 ◦ green 53 ◦ blue 114

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

Shades of Rouge #A33572

Tints of Rouge #A33572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 49.39%
G = 16.06%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A33572 (or 0xA33572) is known color: Rouge. HEX triplet: A3, 35 and 72. RGB value is (163,53,114). Sum of RGB (Red+Green+Blue) = 163+53+114=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33572 is #5CCA8D. Grayscale: #5C5C5C. Windows color (decimal): -6081166 or 7484835. OLE color: 7484835.

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

Color convert

RGB 163 53 114 -
CMYK 0 0.67 0.30 0.36
HSL 326.73º 0.51% 0.42% -
HSV(B) 326.73º 0.67% 0.64% -
XYZ 19.41 11.55 17.13 -
YUV 92.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 163 53 114 0 0.67 0.30 0.36 326.73 0.51 0.42
Hex A3 35 72 0 43 1E 24 147 33 2A
Octal 243 65 162 0 103 36 44 507 63 52
Binary 10100011 110101 1110010 0 1000011 11110 100100 101000111 110011 101010

Color Harmonies of #A33572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33572

Black with #A33572

Text Example


Text Example

White with #A33572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33572; }

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

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

background-color css

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

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

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

border-color css

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

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

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