Html Css Color HEX #A31AD1 Dark Orchid

📋 copy color: '#A31AD1'

red 163 ◦ green 26 ◦ blue 209

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

Shades of Dark Orchid #A31AD1

Tints of Dark Orchid #A31AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 40.95%
G = 6.53%
B = 52.51%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A31AD1 (or 0xA31AD1) is known color: Dark Orchid. HEX triplet: A3, 1A and D1. RGB value is (163,26,209). Sum of RGB (Red+Green+Blue) = 163+26+209=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #A31AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AD1 is #5CE52E. Grayscale: #575757. Windows color (decimal): -6087983 or 13703843. OLE color: 13703843.

HSL color Cylindrical-coordinate representation of color #A31AD1: hue angle of 284.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31AD1 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 26 209 -
CMYK 0.22 0.88 0 0.18
HSL 284.92º 0.78% 0.46% -
HSV(B) 284.92º 0.88% 0.82% -
XYZ 26.98 13.13 61.43 -
YUV 87.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 163 26 209 0.22 0.88 0 0.18 284.92 0.78 0.46
Hex A3 1A D1 16 58 0 12 11D 4E 2E
Octal 243 32 321 26 130 0 22 435 116 56
Binary 10100011 11010 11010001 10110 1011000 0 10010 100011101 1001110 101110

Color Harmonies of #A31AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AD1

Black with #A31AD1

Text Example


Text Example

White with #A31AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AD1; }

 p { color: rgb(163,26,209); }

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

background-color css

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

 a { background-color: rgb(163,26,209); }

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

border-color css

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

 span { border-color: rgb(163,26,209); }

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