Html Css Color HEX #A31B7E Dark Purple

📋 copy color: '#A31B7E'

red 163 ◦ green 27 ◦ blue 126

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

Shades of Dark Purple #A31B7E

Tints of Dark Purple #A31B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

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

R = 51.58%
G = 8.54%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A31B7E (or 0xA31B7E) is known color: Dark Purple. HEX triplet: A3, 1B and 7E. RGB value is (163,27,126). Sum of RGB (Red+Green+Blue) = 163+27+126=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B7E is #5CE481. Grayscale: #4E4E4E. Windows color (decimal): -6087810 or 8264611. OLE color: 8264611.

HSL color Cylindrical-coordinate representation of color #A31B7E: hue angle of 316.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B7E is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 27 126 -
CMYK 0 0.83 0.23 0.36
HSL 316.32º 0.72% 0.37% -
HSV(B) 316.32º 0.83% 0.64% -
XYZ 19.26 10.08 20.67 -
YUV 78.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 163 27 126 0 0.83 0.23 0.36 316.32 0.72 0.37
Hex A3 1B 7E 0 53 17 24 13C 48 25
Octal 243 33 176 0 123 27 44 474 110 45
Binary 10100011 11011 1111110 0 1010011 10111 100100 100111100 1001000 100101

Color Harmonies of #A31B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B7E

Black with #A31B7E

Text Example


Text Example

White with #A31B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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