Html Css Color HEX #A31FDC Dark Orchid

📋 copy color: '#A31FDC'

red 163 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #A31FDC

Tints of Dark Orchid #A31FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.49%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 39.37%
G = 7.49%
B = 53.14%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A31FDC (or 0xA31FDC) is known color: Dark Orchid. HEX triplet: A3, 1F and DC. RGB value is (163,31,220). Sum of RGB (Red+Green+Blue) = 163+31+220=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #A31FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FDC is #5CE023. Grayscale: #5B5B5B. Windows color (decimal): -6086692 or 14426019. OLE color: 14426019.

HSL color Cylindrical-coordinate representation of color #A31FDC: hue angle of 281.9º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31FDC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 31 220 -
CMYK 0.26 0.86 0 0.14
HSL 281.9º 0.75% 0.49% -
HSV(B) 281.9º 0.86% 0.86% -
XYZ 28.51 13.93 68.9 -
YUV 92.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 163 31 220 0.26 0.86 0 0.14 281.9 0.75 0.49
Hex A3 1F DC 1A 56 0 E 11A 4B 31
Octal 243 37 334 32 126 0 16 432 113 61
Binary 10100011 11111 11011100 11010 1010110 0 1110 100011010 1001011 110001

Color Harmonies of #A31FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FDC

Black with #A31FDC

Text Example


Text Example

White with #A31FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FDC; }

 p { color: rgb(163,31,220); }

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

background-color css

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

 a { background-color: rgb(163,31,220); }

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

border-color css

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

 span { border-color: rgb(163,31,220); }

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