Html Css Color HEX #A31E8E Dark Purple

📋 copy color: '#A31E8E'

red 163 ◦ green 30 ◦ blue 142

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

Shades of Dark Purple #A31E8E

Tints of Dark Purple #A31E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 48.66%
G = 8.96%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A31E8E (or 0xA31E8E) is known color: Dark Purple. HEX triplet: A3, 1E and 8E. RGB value is (163,30,142). Sum of RGB (Red+Green+Blue) = 163+30+142=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E8E is #5CE171. Grayscale: #525252. Windows color (decimal): -6087026 or 9313955. OLE color: 9313955.

HSL color Cylindrical-coordinate representation of color #A31E8E: hue angle of 309.47º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E8E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 30 142 -
CMYK 0 0.82 0.13 0.36
HSL 309.47º 0.69% 0.38% -
HSV(B) 309.47º 0.82% 0.64% -
XYZ 20.45 10.67 26.57 -
YUV 82.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 163 30 142 0 0.82 0.13 0.36 309.47 0.69 0.38
Hex A3 1E 8E 0 52 D 24 135 45 26
Octal 243 36 216 0 122 15 44 465 105 46
Binary 10100011 11110 10001110 0 1010010 1101 100100 100110101 1000101 100110

Color Harmonies of #A31E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E8E

Black with #A31E8E

Text Example


Text Example

White with #A31E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E8E; }

 p { color: rgb(163,30,142); }

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

background-color css

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

 a { background-color: rgb(163,30,142); }

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

border-color css

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

 span { border-color: rgb(163,30,142); }

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