Html Css Color HEX #A32283 Dark Purple

📋 copy color: '#A32283'

red 163 ◦ green 34 ◦ blue 131

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

Shades of Dark Purple #A32283

Tints of Dark Purple #A32283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 49.7%
G = 10.37%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A32283 (or 0xA32283) is known color: Dark Purple. HEX triplet: A3, 22 and 83. RGB value is (163,34,131). Sum of RGB (Red+Green+Blue) = 163+34+131=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A32283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32283 is #5CDD7C. Grayscale: #535353. Windows color (decimal): -6086013 or 8594083. OLE color: 8594083.

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

Color convert

RGB 163 34 131 -
CMYK 0 0.79 0.20 0.36
HSL 314.88º 0.65% 0.39% -
HSV(B) 314.88º 0.79% 0.64% -
XYZ 19.77 10.57 22.47 -
YUV 83.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 163 34 131 0 0.79 0.20 0.36 314.88 0.65 0.39
Hex A3 22 83 0 4F 14 24 13B 41 27
Octal 243 42 203 0 117 24 44 473 101 47
Binary 10100011 100010 10000011 0 1001111 10100 100100 100111011 1000001 100111

Color Harmonies of #A32283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32283

Black with #A32283

Text Example


Text Example

White with #A32283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32283; }

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

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

background-color css

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

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

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

border-color css

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

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

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