Html Css Color HEX #A31184 Dark Purple

📋 copy color: '#A31184'

red 163 ◦ green 17 ◦ blue 132

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

Shades of Dark Purple #A31184

Tints of Dark Purple #A31184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 52.24%
G = 5.45%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A31184 (or 0xA31184) is known color: Dark Purple. HEX triplet: A3, 11 and 84. RGB value is (163,17,132). Sum of RGB (Red+Green+Blue) = 163+17+132=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A31184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31184 is #5CEE7B. Grayscale: #494949. Windows color (decimal): -6090364 or 8655267. OLE color: 8655267.

HSL color Cylindrical-coordinate representation of color #A31184: hue angle of 312.74º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31184 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 132 -
CMYK 0 0.90 0.19 0.36
HSL 312.74º 0.81% 0.35% -
HSV(B) 312.74º 0.9% 0.64% -
XYZ 19.47 9.85 22.71 -
YUV 73.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 163 17 132 0 0.90 0.19 0.36 312.74 0.81 0.35
Hex A3 11 84 0 5A 13 24 139 51 23
Octal 243 21 204 0 132 23 44 471 121 43
Binary 10100011 10001 10000100 0 1011010 10011 100100 100111001 1010001 100011

Color Harmonies of #A31184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31184

Black with #A31184

Text Example


Text Example

White with #A31184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31184; }

 p { color: rgb(163,17,132); }

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

background-color css

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

 a { background-color: rgb(163,17,132); }

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

border-color css

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

 span { border-color: rgb(163,17,132); }

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