Html Css Color HEX #A31ADC Dark Orchid

📋 copy color: '#A31ADC'

red 163 ◦ green 26 ◦ blue 220

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

Shades of Dark Orchid #A31ADC

Tints of Dark Orchid #A31ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 39.85%
G = 6.36%
B = 53.79%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A31ADC (or 0xA31ADC) is known color: Dark Orchid. HEX triplet: A3, 1A and DC. RGB value is (163,26,220). Sum of RGB (Red+Green+Blue) = 163+26+220=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #A31ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ADC is #5CE523. Grayscale: #585858. Windows color (decimal): -6087972 or 14424739. OLE color: 14424739.

HSL color Cylindrical-coordinate representation of color #A31ADC: hue angle of 282.37º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31ADC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 26 220 -
CMYK 0.26 0.88 0 0.14
HSL 282.37º 0.79% 0.48% -
HSV(B) 282.37º 0.88% 0.86% -
XYZ 28.39 13.69 68.86 -
YUV 89.08 201.89 180.73 -
System Red Green Blue C M Y K H S L
Decimal 163 26 220 0.26 0.88 0 0.14 282.37 0.79 0.48
Hex A3 1A DC 1A 58 0 E 11A 4F 30
Octal 243 32 334 32 130 0 16 432 117 60
Binary 10100011 11010 11011100 11010 1011000 0 1110 100011010 1001111 110000

Color Harmonies of #A31ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31ADC

Black with #A31ADC

Text Example


Text Example

White with #A31ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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