Html Css Color HEX #A31FC0 Dark Orchid

📋 copy color: '#A31FC0'

red 163 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #A31FC0

Tints of Dark Orchid #A31FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 42.23%
G = 8.03%
B = 49.74%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A31FC0 (or 0xA31FC0) is known color: Dark Orchid. HEX triplet: A3, 1F and C0. RGB value is (163,31,192). Sum of RGB (Red+Green+Blue) = 163+31+192=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #A31FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FC0 is #5CE03F. Grayscale: #585858. Windows color (decimal): -6086720 or 12591011. OLE color: 12591011.

HSL color Cylindrical-coordinate representation of color #A31FC0: hue angle of 289.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31FC0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 31 192 -
CMYK 0.15 0.84 0 0.25
HSL 289.19º 0.72% 0.44% -
HSV(B) 289.19º 0.84% 0.75% -
XYZ 25.11 12.57 50.97 -
YUV 88.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 163 31 192 0.15 0.84 0 0.25 289.19 0.72 0.44
Hex A3 1F C0 F 54 0 19 121 48 2C
Octal 243 37 300 17 124 0 31 441 110 54
Binary 10100011 11111 11000000 1111 1010100 0 11001 100100001 1001000 101100

Color Harmonies of #A31FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FC0

Black with #A31FC0

Text Example


Text Example

White with #A31FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FC0; }

 p { color: rgb(163,31,192); }

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

background-color css

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

 a { background-color: rgb(163,31,192); }

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

border-color css

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

 span { border-color: rgb(163,31,192); }

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