Html Css Color HEX #A31DD8 Dark Orchid

📋 copy color: '#A31DD8'

red 163 ◦ green 29 ◦ blue 216

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

Shades of Dark Orchid #A31DD8

Tints of Dark Orchid #A31DD8

RGB

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

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

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

R = 39.95%
G = 7.11%
B = 52.94%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A31DD8 (or 0xA31DD8) is known color: Dark Orchid. HEX triplet: A3, 1D and D8. RGB value is (163,29,216). Sum of RGB (Red+Green+Blue) = 163+29+216=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #A31DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DD8 is #5CE227. Grayscale: #595959. Windows color (decimal): -6087208 or 14163363. OLE color: 14163363.

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

Color convert

RGB 163 29 216 -
CMYK 0.25 0.87 0 0.15
HSL 282.99º 0.76% 0.48% -
HSV(B) 282.99º 0.87% 0.85% -
XYZ 27.94 13.62 66.12 -
YUV 90.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 163 29 216 0.25 0.87 0 0.15 282.99 0.76 0.48
Hex A3 1D D8 19 57 0 F 11B 4C 30
Octal 243 35 330 31 127 0 17 433 114 60
Binary 10100011 11101 11011000 11001 1010111 0 1111 100011011 1001100 110000

Color Harmonies of #A31DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DD8

Black with #A31DD8

Text Example


Text Example

White with #A31DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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