Html Css Color HEX #A32291 Dark Purple

📋 copy color: '#A32291'

red 163 ◦ green 34 ◦ blue 145

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

Shades of Dark Purple #A32291

Tints of Dark Purple #A32291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 47.66%
G = 9.94%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A32291 (or 0xA32291) is known color: Dark Purple. HEX triplet: A3, 22 and 91. RGB value is (163,34,145). Sum of RGB (Red+Green+Blue) = 163+34+145=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A32291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32291 is #5CDD6E. Grayscale: #545454. Windows color (decimal): -6085999 or 9511587. OLE color: 9511587.

HSL color Cylindrical-coordinate representation of color #A32291: hue angle of 308.37º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32291 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 145 -
CMYK 0 0.79 0.11 0.36
HSL 308.37º 0.65% 0.39% -
HSV(B) 308.37º 0.79% 0.64% -
XYZ 20.79 10.97 27.81 -
YUV 85.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 163 34 145 0 0.79 0.11 0.36 308.37 0.65 0.39
Hex A3 22 91 0 4F B 24 134 41 27
Octal 243 42 221 0 117 13 44 464 101 47
Binary 10100011 100010 10010001 0 1001111 1011 100100 100110100 1000001 100111

Color Harmonies of #A32291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32291

Black with #A32291

Text Example


Text Example

White with #A32291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32291; }

 p { color: rgb(163,34,145); }

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

background-color css

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

 a { background-color: rgb(163,34,145); }

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

border-color css

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

 span { border-color: rgb(163,34,145); }

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