Html Css Color HEX #A31EC9 Dark Orchid

📋 copy color: '#A31EC9'

red 163 ◦ green 30 ◦ blue 201

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

Shades of Dark Orchid #A31EC9

Tints of Dark Orchid #A31EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 41.37%
G = 7.61%
B = 51.02%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A31EC9 (or 0xA31EC9) is known color: Dark Orchid. HEX triplet: A3, 1E and C9. RGB value is (163,30,201). Sum of RGB (Red+Green+Blue) = 163+30+201=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #A31EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EC9 is #5CE136. Grayscale: #585858. Windows color (decimal): -6086967 or 13180579. OLE color: 13180579.

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

Color convert

RGB 163 30 201 -
CMYK 0.19 0.85 0 0.21
HSL 286.67º 0.74% 0.45% -
HSV(B) 286.67º 0.85% 0.79% -
XYZ 26.11 12.93 56.38 -
YUV 89.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 163 30 201 0.19 0.85 0 0.21 286.67 0.74 0.45
Hex A3 1E C9 13 55 0 15 11F 4A 2D
Octal 243 36 311 23 125 0 25 437 112 55
Binary 10100011 11110 11001001 10011 1010101 0 10101 100011111 1001010 101101

Color Harmonies of #A31EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EC9

Black with #A31EC9

Text Example


Text Example

White with #A31EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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