Html Css Color HEX #A31CE1 Dark Orchid

📋 copy color: '#A31CE1'

red 163 ◦ green 28 ◦ blue 225

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

Shades of Dark Orchid #A31CE1

Tints of Dark Orchid #A31CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.09%

R = 39.18%
G = 6.73%
B = 54.09%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A31CE1 (or 0xA31CE1) is known color: Dark Orchid. HEX triplet: A3, 1C and E1. RGB value is (163,28,225). Sum of RGB (Red+Green+Blue) = 163+28+225=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #A31CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CE1 is #5CE31E. Grayscale: #5A5A5A. Windows color (decimal): -6087455 or 14752931. OLE color: 14752931.

HSL color Cylindrical-coordinate representation of color #A31CE1: hue angle of 281.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31CE1 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 28 225 -
CMYK 0.28 0.88 0 0.12
HSL 281.12º 0.78% 0.5% -
HSV(B) 281.12º 0.88% 0.88% -
XYZ 29.11 14.05 72.41 -
YUV 90.82 203.73 179.48 -
System Red Green Blue C M Y K H S L
Decimal 163 28 225 0.28 0.88 0 0.12 281.12 0.78 0.5
Hex A3 1C E1 1C 58 0 C 119 4E 32
Octal 243 34 341 34 130 0 14 431 116 62
Binary 10100011 11100 11100001 11100 1011000 0 1100 100011001 1001110 110010

Color Harmonies of #A31CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CE1

Black with #A31CE1

Text Example


Text Example

White with #A31CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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