Html Css Color HEX #A31ECE Dark Orchid

📋 copy color: '#A31ECE'

red 163 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #A31ECE

Tints of Dark Orchid #A31ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.52%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 40.85%
G = 7.52%
B = 51.63%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A31ECE (or 0xA31ECE) is known color: Dark Orchid. HEX triplet: A3, 1E and CE. RGB value is (163,30,206). Sum of RGB (Red+Green+Blue) = 163+30+206=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #A31ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ECE is #5CE131. Grayscale: #595959. Windows color (decimal): -6086962 or 13508259. OLE color: 13508259.

HSL color Cylindrical-coordinate representation of color #A31ECE: hue angle of 285.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31ECE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 30 206 -
CMYK 0.21 0.85 0 0.19
HSL 285.34º 0.75% 0.46% -
HSV(B) 285.34º 0.85% 0.81% -
XYZ 26.71 13.17 59.53 -
YUV 89.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 163 30 206 0.21 0.85 0 0.19 285.34 0.75 0.46
Hex A3 1E CE 15 55 0 13 11D 4B 2E
Octal 243 36 316 25 125 0 23 435 113 56
Binary 10100011 11110 11001110 10101 1010101 0 10011 100011101 1001011 101110

Color Harmonies of #A31ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31ECE

Black with #A31ECE

Text Example


Text Example

White with #A31ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31ECE; }

 p { color: rgb(163,30,206); }

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

background-color css

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

 a { background-color: rgb(163,30,206); }

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

border-color css

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

 span { border-color: rgb(163,30,206); }

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