Html Css Color HEX #A31ECF Dark Orchid

📋 copy color: '#A31ECF'

red 163 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #A31ECF

Tints of Dark Orchid #A31ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 40.75%
G = 7.5%
B = 51.75%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A31ECF (or 0xA31ECF) is known color: Dark Orchid. HEX triplet: A3, 1E and CF. RGB value is (163,30,207). Sum of RGB (Red+Green+Blue) = 163+30+207=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #A31ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ECF is #5CE130. Grayscale: #595959. Windows color (decimal): -6086961 or 13573795. OLE color: 13573795.

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

Color convert

RGB 163 30 207 -
CMYK 0.21 0.86 0 0.19
HSL 285.08º 0.75% 0.46% -
HSV(B) 285.08º 0.86% 0.81% -
XYZ 26.83 13.22 60.17 -
YUV 89.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 163 30 207 0.21 0.86 0 0.19 285.08 0.75 0.46
Hex A3 1E CF 15 56 0 13 11D 4B 2E
Octal 243 36 317 25 126 0 23 435 113 56
Binary 10100011 11110 11001111 10101 1010110 0 10011 100011101 1001011 101110

Color Harmonies of #A31ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31ECF

Black with #A31ECF

Text Example


Text Example

White with #A31ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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