Html Css Color HEX #A31FCB Dark Orchid

📋 copy color: '#A31FCB'

red 163 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #A31FCB

Tints of Dark Orchid #A31FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 41.06%
G = 7.81%
B = 51.13%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A31FCB (or 0xA31FCB) is known color: Dark Orchid. HEX triplet: A3, 1F and CB. RGB value is (163,31,203). Sum of RGB (Red+Green+Blue) = 163+31+203=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #A31FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FCB is #5CE034. Grayscale: #595959. Windows color (decimal): -6086709 or 13311907. OLE color: 13311907.

HSL color Cylindrical-coordinate representation of color #A31FCB: hue angle of 286.05º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31FCB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 31 203 -
CMYK 0.20 0.85 0 0.20
HSL 286.05º 0.74% 0.46% -
HSV(B) 286.05º 0.85% 0.8% -
XYZ 26.37 13.08 57.63 -
YUV 90.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 163 31 203 0.20 0.85 0 0.20 286.05 0.74 0.46
Hex A3 1F CB 14 55 0 14 11E 4A 2E
Octal 243 37 313 24 125 0 24 436 112 56
Binary 10100011 11111 11001011 10100 1010101 0 10100 100011110 1001010 101110

Color Harmonies of #A31FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FCB

Black with #A31FCB

Text Example


Text Example

White with #A31FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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