Html Css Color HEX #A31FCA Dark Orchid

📋 copy color: '#A31FCA'

red 163 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #A31FCA

Tints of Dark Orchid #A31FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.83%

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 41.16%
G = 7.83%
B = 51.01%

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

#A31FCA (or 0xA31FCA) is known color: Dark Orchid. HEX triplet: A3, 1F and CA. RGB value is (163,31,202). Sum of RGB (Red+Green+Blue) = 163+31+202=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #A31FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FCA is #5CE035. Grayscale: #595959. Windows color (decimal): -6086710 or 13246371. OLE color: 13246371.

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

Color convert

RGB 163 31 202 -
CMYK 0.19 0.85 0 0.21
HSL 286.32º 0.73% 0.46% -
HSV(B) 286.32º 0.85% 0.79% -
XYZ 26.25 13.03 57.01 -
YUV 89.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 163 31 202 0.19 0.85 0 0.21 286.32 0.73 0.46
Hex A3 1F CA 13 55 0 15 11E 49 2E
Octal 243 37 312 23 125 0 25 436 111 56
Binary 10100011 11111 11001010 10011 1010101 0 10101 100011110 1001001 101110

Color Harmonies of #A31FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FCA

Black with #A31FCA

Text Example


Text Example

White with #A31FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FCA; }

 p { color: rgb(163,31,202); }

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

background-color css

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

 a { background-color: rgb(163,31,202); }

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

border-color css

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

 span { border-color: rgb(163,31,202); }

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