Html Css Color HEX #A31FD8 Dark Orchid

📋 copy color: '#A31FD8'

red 163 ◦ green 31 ◦ blue 216

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

Shades of Dark Orchid #A31FD8

Tints of Dark Orchid #A31FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.68%

R = 39.76%
G = 7.56%
B = 52.68%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A31FD8 (or 0xA31FD8) is known color: Dark Orchid. HEX triplet: A3, 1F and D8. RGB value is (163,31,216). Sum of RGB (Red+Green+Blue) = 163+31+216=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #A31FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FD8 is #5CE027. Grayscale: #5A5A5A. Windows color (decimal): -6086696 or 14163875. OLE color: 14163875.

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

Color convert

RGB 163 31 216 -
CMYK 0.25 0.86 0 0.15
HSL 282.81º 0.75% 0.48% -
HSV(B) 282.81º 0.86% 0.85% -
XYZ 27.99 13.72 66.14 -
YUV 91.56 198.23 178.96 -
System Red Green Blue C M Y K H S L
Decimal 163 31 216 0.25 0.86 0 0.15 282.81 0.75 0.48
Hex A3 1F D8 19 56 0 F 11B 4B 30
Octal 243 37 330 31 126 0 17 433 113 60
Binary 10100011 11111 11011000 11001 1010110 0 1111 100011011 1001011 110000

Color Harmonies of #A31FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FD8

Black with #A31FD8

Text Example


Text Example

White with #A31FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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