Html Css Color HEX #A31083 Dark Purple

📋 copy color: '#A31083'

red 163 ◦ green 16 ◦ blue 131

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

Shades of Dark Purple #A31083

Tints of Dark Purple #A31083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 52.58%
G = 5.16%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A31083 (or 0xA31083) is known color: Dark Purple. HEX triplet: A3, 10 and 83. RGB value is (163,16,131). Sum of RGB (Red+Green+Blue) = 163+16+131=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A31083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31083 is #5CEF7C. Grayscale: #484848. Windows color (decimal): -6090621 or 8589475. OLE color: 8589475.

HSL color Cylindrical-coordinate representation of color #A31083: hue angle of 313.06º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31083 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 131 -
CMYK 0 0.90 0.20 0.36
HSL 313.06º 0.82% 0.35% -
HSV(B) 313.06º 0.9% 0.64% -
XYZ 19.39 9.8 22.34 -
YUV 73.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 163 16 131 0 0.90 0.20 0.36 313.06 0.82 0.35
Hex A3 10 83 0 5A 14 24 139 52 23
Octal 243 20 203 0 132 24 44 471 122 43
Binary 10100011 10000 10000011 0 1011010 10100 100100 100111001 1010010 100011

Color Harmonies of #A31083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31083

Black with #A31083

Text Example


Text Example

White with #A31083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31083; }

 p { color: rgb(163,16,131); }

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

background-color css

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

 a { background-color: rgb(163,16,131); }

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

border-color css

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

 span { border-color: rgb(163,16,131); }

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