Html Css Color HEX #A31E7C Dark Purple

📋 copy color: '#A31E7C'

red 163 ◦ green 30 ◦ blue 124

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

Shades of Dark Purple #A31E7C

Tints of Dark Purple #A31E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 51.42%
G = 9.46%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A31E7C (or 0xA31E7C) is known color: Dark Purple. HEX triplet: A3, 1E and 7C. RGB value is (163,30,124). Sum of RGB (Red+Green+Blue) = 163+30+124=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E7C is #5CE183. Grayscale: #505050. Windows color (decimal): -6087044 or 8134307. OLE color: 8134307.

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

Color convert

RGB 163 30 124 -
CMYK 0 0.82 0.24 0.36
HSL 317.59º 0.69% 0.38% -
HSV(B) 317.59º 0.82% 0.64% -
XYZ 19.21 10.17 20.02 -
YUV 80.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 163 30 124 0 0.82 0.24 0.36 317.59 0.69 0.38
Hex A3 1E 7C 0 52 18 24 13E 45 26
Octal 243 36 174 0 122 30 44 476 105 46
Binary 10100011 11110 1111100 0 1010010 11000 100100 100111110 1000101 100110

Color Harmonies of #A31E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E7C

Black with #A31E7C

Text Example


Text Example

White with #A31E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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