Html Css Color HEX #A31DCA Dark Orchid

📋 copy color: '#A31DCA'

red 163 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #A31DCA

Tints of Dark Orchid #A31DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.36%

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

R = 41.37%
G = 7.36%
B = 51.27%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A31DCA (or 0xA31DCA) is known color: Dark Orchid. HEX triplet: A3, 1D and CA. RGB value is (163,29,202). Sum of RGB (Red+Green+Blue) = 163+29+202=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #A31DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DCA is #5CE235. Grayscale: #585858. Windows color (decimal): -6087222 or 13245859. OLE color: 13245859.

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

Color convert

RGB 163 29 202 -
CMYK 0.19 0.86 0 0.21
HSL 286.47º 0.75% 0.45% -
HSV(B) 286.47º 0.86% 0.79% -
XYZ 26.2 12.93 56.99 -
YUV 88.79 191.89 180.93 -
System Red Green Blue C M Y K H S L
Decimal 163 29 202 0.19 0.86 0 0.21 286.47 0.75 0.45
Hex A3 1D CA 13 56 0 15 11E 4B 2D
Octal 243 35 312 23 126 0 25 436 113 55
Binary 10100011 11101 11001010 10011 1010110 0 10101 100011110 1001011 101101

Color Harmonies of #A31DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DCA

Black with #A31DCA

Text Example


Text Example

White with #A31DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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