Html Css Color HEX #A31E8B Dark Purple

📋 copy color: '#A31E8B'

red 163 ◦ green 30 ◦ blue 139

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

Shades of Dark Purple #A31E8B

Tints of Dark Purple #A31E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 49.1%
G = 9.04%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A31E8B (or 0xA31E8B) is known color: Dark Purple. HEX triplet: A3, 1E and 8B. RGB value is (163,30,139). Sum of RGB (Red+Green+Blue) = 163+30+139=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E8B is #5CE174. Grayscale: #515151. Windows color (decimal): -6087029 or 9117347. OLE color: 9117347.

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

Color convert

RGB 163 30 139 -
CMYK 0 0.82 0.15 0.36
HSL 310.83º 0.69% 0.38% -
HSV(B) 310.83º 0.82% 0.64% -
XYZ 20.23 10.58 25.4 -
YUV 82.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 163 30 139 0 0.82 0.15 0.36 310.83 0.69 0.38
Hex A3 1E 8B 0 52 F 24 137 45 26
Octal 243 36 213 0 122 17 44 467 105 46
Binary 10100011 11110 10001011 0 1010010 1111 100100 100110111 1000101 100110

Color Harmonies of #A31E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E8B

Black with #A31E8B

Text Example


Text Example

White with #A31E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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