Html Css Color HEX #A31CD0 Dark Orchid

📋 copy color: '#A31CD0'

red 163 ◦ green 28 ◦ blue 208

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

Shades of Dark Orchid #A31CD0

Tints of Dark Orchid #A31CD0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 40.85%
G = 7.02%
B = 52.13%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A31CD0 (or 0xA31CD0) is known color: Dark Orchid. HEX triplet: A3, 1C and D0. RGB value is (163,28,208). Sum of RGB (Red+Green+Blue) = 163+28+208=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #A31CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CD0 is #5CE32F. Grayscale: #585858. Windows color (decimal): -6087472 or 13638819. OLE color: 13638819.

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

Color convert

RGB 163 28 208 -
CMYK 0.22 0.87 0 0.18
HSL 285º 0.76% 0.46% -
HSV(B) 285º 0.87% 0.82% -
XYZ 26.9 13.17 60.8 -
YUV 88.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 163 28 208 0.22 0.87 0 0.18 285 0.76 0.46
Hex A3 1C D0 16 57 0 12 11D 4C 2E
Octal 243 34 320 26 127 0 22 435 114 56
Binary 10100011 11100 11010000 10110 1010111 0 10010 100011101 1001100 101110

Color Harmonies of #A31CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CD0

Black with #A31CD0

Text Example


Text Example

White with #A31CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CD0; }

 p { color: rgb(163,28,208); }

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

background-color css

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

 a { background-color: rgb(163,28,208); }

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

border-color css

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

 span { border-color: rgb(163,28,208); }

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