Html Css Color HEX #A31DCF Dark Orchid

📋 copy color: '#A31DCF'

red 163 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #A31DCF

Tints of Dark Orchid #A31DCF

RGB

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

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

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

R = 40.85%
G = 7.27%
B = 51.88%

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

#A31DCF (or 0xA31DCF) is known color: Dark Orchid. HEX triplet: A3, 1D and CF. RGB value is (163,29,207). Sum of RGB (Red+Green+Blue) = 163+29+207=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #A31DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DCF is #5CE230. Grayscale: #585858. Windows color (decimal): -6087217 or 13573539. OLE color: 13573539.

HSL color Cylindrical-coordinate representation of color #A31DCF: hue angle of 285.17º 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 #A31DCF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 29 207 -
CMYK 0.21 0.86 0 0.19
HSL 285.17º 0.75% 0.46% -
HSV(B) 285.17º 0.86% 0.81% -
XYZ 26.81 13.17 60.16 -
YUV 89.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 163 29 207 0.21 0.86 0 0.19 285.17 0.75 0.46
Hex A3 1D CF 15 56 0 13 11D 4B 2E
Octal 243 35 317 25 126 0 23 435 113 56
Binary 10100011 11101 11001111 10101 1010110 0 10011 100011101 1001011 101110

Color Harmonies of #A31DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DCF

Black with #A31DCF

Text Example


Text Example

White with #A31DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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