Html Css Color HEX #A31185 Dark Purple

📋 copy color: '#A31185'

red 163 ◦ green 17 ◦ blue 133

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

Shades of Dark Purple #A31185

Tints of Dark Purple #A31185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 52.08%
G = 5.43%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A31185 (or 0xA31185) is known color: Dark Purple. HEX triplet: A3, 11 and 85. RGB value is (163,17,133). Sum of RGB (Red+Green+Blue) = 163+17+133=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A31185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31185 is #5CEE7A. Grayscale: #494949. Windows color (decimal): -6090363 or 8720803. OLE color: 8720803.

HSL color Cylindrical-coordinate representation of color #A31185: hue angle of 312.33º degrees, saturation: 0.81, 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 #A31185 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 133 -
CMYK 0 0.90 0.18 0.36
HSL 312.33º 0.81% 0.35% -
HSV(B) 312.33º 0.9% 0.64% -
XYZ 19.54 9.88 23.07 -
YUV 73.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 163 17 133 0 0.90 0.18 0.36 312.33 0.81 0.35
Hex A3 11 85 0 5A 12 24 138 51 23
Octal 243 21 205 0 132 22 44 470 121 43
Binary 10100011 10001 10000101 0 1011010 10010 100100 100111000 1010001 100011

Color Harmonies of #A31185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31185

Black with #A31185

Text Example


Text Example

White with #A31185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31185; }

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

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

background-color css

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

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

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

border-color css

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

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

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