Html Css Color HEX #A31285 Dark Purple

📋 copy color: '#A31285'

red 163 ◦ green 18 ◦ blue 133

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

Shades of Dark Purple #A31285

Tints of Dark Purple #A31285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 51.91%
G = 5.73%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A31285 (or 0xA31285) is known color: Dark Purple. HEX triplet: A3, 12 and 85. RGB value is (163,18,133). Sum of RGB (Red+Green+Blue) = 163+18+133=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A31285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31285 is #5CED7A. Grayscale: #4A4A4A. Windows color (decimal): -6090107 or 8721059. OLE color: 8721059.

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

Color convert

RGB 163 18 133 -
CMYK 0 0.89 0.18 0.36
HSL 312.41º 0.8% 0.35% -
HSV(B) 312.41º 0.89% 0.64% -
XYZ 19.55 9.91 23.07 -
YUV 74.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 163 18 133 0 0.89 0.18 0.36 312.41 0.8 0.35
Hex A3 12 85 0 59 12 24 138 50 23
Octal 243 22 205 0 131 22 44 470 120 43
Binary 10100011 10010 10000101 0 1011001 10010 100100 100111000 1010000 100011

Color Harmonies of #A31285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31285

Black with #A31285

Text Example


Text Example

White with #A31285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31285; }

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

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

background-color css

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

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

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

border-color css

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

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

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