Html Css Color HEX #A32E72 Rouge

📋 copy color: '#A32E72'

red 163 ◦ green 46 ◦ blue 114

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

Shades of Rouge #A32E72

Tints of Rouge #A32E72

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.24%

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

R = 50.46%
G = 14.24%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A32E72 (or 0xA32E72) is known color: Rouge. HEX triplet: A3, 2E and 72. RGB value is (163,46,114). Sum of RGB (Red+Green+Blue) = 163+46+114=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E72 is #5CD18D. Grayscale: #585858. Windows color (decimal): -6082958 or 7483043. OLE color: 7483043.

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

Color convert

RGB 163 46 114 -
CMYK 0 0.72 0.30 0.36
HSL 325.13º 0.56% 0.41% -
HSV(B) 325.13º 0.72% 0.64% -
XYZ 19.12 10.96 17.03 -
YUV 88.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 163 46 114 0 0.72 0.30 0.36 325.13 0.56 0.41
Hex A3 2E 72 0 48 1E 24 145 38 29
Octal 243 56 162 0 110 36 44 505 70 51
Binary 10100011 101110 1110010 0 1001000 11110 100100 101000101 111000 101001

Color Harmonies of #A32E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E72

Black with #A32E72

Text Example


Text Example

White with #A32E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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