Html Css Color HEX #A31485 Dark Purple

📋 copy color: '#A31485'

red 163 ◦ green 20 ◦ blue 133

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

Shades of Dark Purple #A31485

Tints of Dark Purple #A31485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 51.58%
G = 6.33%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A31485 (or 0xA31485) is known color: Dark Purple. HEX triplet: A3, 14 and 85. RGB value is (163,20,133). Sum of RGB (Red+Green+Blue) = 163+20+133=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A31485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31485 is #5CEB7A. Grayscale: #4B4B4B. Windows color (decimal): -6089595 or 8721571. OLE color: 8721571.

HSL color Cylindrical-coordinate representation of color #A31485: hue angle of 312.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31485 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 20 133 -
CMYK 0 0.88 0.18 0.36
HSL 312.59º 0.78% 0.36% -
HSV(B) 312.59º 0.88% 0.64% -
XYZ 19.59 9.98 23.08 -
YUV 75.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 163 20 133 0 0.88 0.18 0.36 312.59 0.78 0.36
Hex A3 14 85 0 58 12 24 139 4E 24
Octal 243 24 205 0 130 22 44 471 116 44
Binary 10100011 10100 10000101 0 1011000 10010 100100 100111001 1001110 100100

Color Harmonies of #A31485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31485

Black with #A31485

Text Example


Text Example

White with #A31485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31485; }

 p { color: rgb(163,20,133); }

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

background-color css

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

 a { background-color: rgb(163,20,133); }

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

border-color css

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

 span { border-color: rgb(163,20,133); }

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