Html Css Color HEX #A31CC5 Dark Orchid

📋 copy color: '#A31CC5'

red 163 ◦ green 28 ◦ blue 197

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

Shades of Dark Orchid #A31CC5

Tints of Dark Orchid #A31CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 42.01%
G = 7.22%
B = 50.77%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A31CC5 (or 0xA31CC5) is known color: Dark Orchid. HEX triplet: A3, 1C and C5. RGB value is (163,28,197). Sum of RGB (Red+Green+Blue) = 163+28+197=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #A31CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CC5 is #5CE33A. Grayscale: #575757. Windows color (decimal): -6087483 or 12917923. OLE color: 12917923.

HSL color Cylindrical-coordinate representation of color #A31CC5: hue angle of 287.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CC5 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 28 197 -
CMYK 0.17 0.86 0 0.23
HSL 287.93º 0.75% 0.44% -
HSV(B) 287.93º 0.86% 0.77% -
XYZ 25.6 12.65 53.92 -
YUV 87.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 163 28 197 0.17 0.86 0 0.23 287.93 0.75 0.44
Hex A3 1C C5 11 56 0 17 120 4B 2C
Octal 243 34 305 21 126 0 27 440 113 54
Binary 10100011 11100 11000101 10001 1010110 0 10111 100100000 1001011 101100

Color Harmonies of #A31CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CC5

Black with #A31CC5

Text Example


Text Example

White with #A31CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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