Html Css Color HEX #A31AD6 Dark Orchid

📋 copy color: '#A31AD6'

red 163 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #A31AD6

Tints of Dark Orchid #A31AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.1%

R = 40.45%
G = 6.45%
B = 53.1%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A31AD6 (or 0xA31AD6) is known color: Dark Orchid. HEX triplet: A3, 1A and D6. RGB value is (163,26,214). Sum of RGB (Red+Green+Blue) = 163+26+214=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #A31AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AD6 is #5CE529. Grayscale: #575757. Windows color (decimal): -6087978 or 14031523. OLE color: 14031523.

HSL color Cylindrical-coordinate representation of color #A31AD6: hue angle of 283.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31AD6 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 26 214 -
CMYK 0.24 0.88 0 0.16
HSL 283.72º 0.78% 0.47% -
HSV(B) 283.72º 0.88% 0.84% -
XYZ 27.61 13.38 64.75 -
YUV 88.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 163 26 214 0.24 0.88 0 0.16 283.72 0.78 0.47
Hex A3 1A D6 18 58 0 10 11C 4E 2F
Octal 243 32 326 30 130 0 20 434 116 57
Binary 10100011 11010 11010110 11000 1011000 0 10000 100011100 1001110 101111

Color Harmonies of #A31AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AD6

Black with #A31AD6

Text Example


Text Example

White with #A31AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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