Html Css Color HEX #A31CC6 Dark Orchid

📋 copy color: '#A31CC6'

red 163 ◦ green 28 ◦ blue 198

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

Shades of Dark Orchid #A31CC6

Tints of Dark Orchid #A31CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.2%

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 41.9%
G = 7.2%
B = 50.9%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A31CC6 (or 0xA31CC6) is known color: Dark Orchid. HEX triplet: A3, 1C and C6. RGB value is (163,28,198). Sum of RGB (Red+Green+Blue) = 163+28+198=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #A31CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CC6 is #5CE339. Grayscale: #575757. Windows color (decimal): -6087482 or 12983459. OLE color: 12983459.

HSL color Cylindrical-coordinate representation of color #A31CC6: hue angle of 287.65º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CC6 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 28 198 -
CMYK 0.18 0.86 0 0.22
HSL 287.65º 0.75% 0.44% -
HSV(B) 287.65º 0.86% 0.78% -
XYZ 25.71 12.69 54.52 -
YUV 87.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 163 28 198 0.18 0.86 0 0.22 287.65 0.75 0.44
Hex A3 1C C6 12 56 0 16 120 4B 2C
Octal 243 34 306 22 126 0 26 440 113 54
Binary 10100011 11100 11000110 10010 1010110 0 10110 100100000 1001011 101100

Color Harmonies of #A31CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CC6

Black with #A31CC6

Text Example


Text Example

White with #A31CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CC6; }

 p { color: rgb(163,28,198); }

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

background-color css

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

 a { background-color: rgb(163,28,198); }

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

border-color css

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

 span { border-color: rgb(163,28,198); }

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