Html Css Color HEX #A31EC0 Dark Orchid

📋 copy color: '#A31EC0'

red 163 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #A31EC0

Tints of Dark Orchid #A31EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 42.34%
G = 7.79%
B = 49.87%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A31EC0 (or 0xA31EC0) is known color: Dark Orchid. HEX triplet: A3, 1E and C0. RGB value is (163,30,192). Sum of RGB (Red+Green+Blue) = 163+30+192=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #A31EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EC0 is #5CE13F. Grayscale: #575757. Windows color (decimal): -6086976 or 12590755. OLE color: 12590755.

HSL color Cylindrical-coordinate representation of color #A31EC0: hue angle of 289.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31EC0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 30 192 -
CMYK 0.15 0.84 0 0.25
HSL 289.26º 0.73% 0.44% -
HSV(B) 289.26º 0.84% 0.75% -
XYZ 25.08 12.52 50.96 -
YUV 88.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 163 30 192 0.15 0.84 0 0.25 289.26 0.73 0.44
Hex A3 1E C0 F 54 0 19 121 49 2C
Octal 243 36 300 17 124 0 31 441 111 54
Binary 10100011 11110 11000000 1111 1010100 0 11001 100100001 1001001 101100

Color Harmonies of #A31EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EC0

Black with #A31EC0

Text Example


Text Example

White with #A31EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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