Html Css Color HEX #A31FBC Dark Orchid

📋 copy color: '#A31FBC'

red 163 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A31FBC

Tints of Dark Orchid #A31FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 42.67%
G = 8.12%
B = 49.21%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A31FBC (or 0xA31FBC) is known color: Dark Orchid. HEX triplet: A3, 1F and BC. RGB value is (163,31,188). Sum of RGB (Red+Green+Blue) = 163+31+188=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #A31FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FBC is #5CE043. Grayscale: #575757. Windows color (decimal): -6086724 or 12328867. OLE color: 12328867.

HSL color Cylindrical-coordinate representation of color #A31FBC: hue angle of 290.45º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31FBC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 31 188 -
CMYK 0.13 0.84 0 0.26
HSL 290.45º 0.72% 0.43% -
HSV(B) 290.45º 0.84% 0.74% -
XYZ 24.67 12.4 48.67 -
YUV 88.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 163 31 188 0.13 0.84 0 0.26 290.45 0.72 0.43
Hex A3 1F BC D 54 0 1A 122 48 2B
Octal 243 37 274 15 124 0 32 442 110 53
Binary 10100011 11111 10111100 1101 1010100 0 11010 100100010 1001000 101011

Color Harmonies of #A31FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FBC

Black with #A31FBC

Text Example


Text Example

White with #A31FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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