Html Css Color HEX #A31E7E Dark Purple

📋 copy color: '#A31E7E'

red 163 ◦ green 30 ◦ blue 126

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

Shades of Dark Purple #A31E7E

Tints of Dark Purple #A31E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 51.1%
G = 9.4%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A31E7E (or 0xA31E7E) is known color: Dark Purple. HEX triplet: A3, 1E and 7E. RGB value is (163,30,126). Sum of RGB (Red+Green+Blue) = 163+30+126=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E7E is #5CE181. Grayscale: #505050. Windows color (decimal): -6087042 or 8265379. OLE color: 8265379.

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

Color convert

RGB 163 30 126 -
CMYK 0 0.82 0.23 0.36
HSL 316.69º 0.69% 0.38% -
HSV(B) 316.69º 0.82% 0.64% -
XYZ 19.33 10.22 20.69 -
YUV 80.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 163 30 126 0 0.82 0.23 0.36 316.69 0.69 0.38
Hex A3 1E 7E 0 52 17 24 13D 45 26
Octal 243 36 176 0 122 27 44 475 105 46
Binary 10100011 11110 1111110 0 1010010 10111 100100 100111101 1000101 100110

Color Harmonies of #A31E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E7E

Black with #A31E7E

Text Example


Text Example

White with #A31E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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