Html Css Color HEX #A31BBB Dark Orchid

📋 copy color: '#A31BBB'

red 163 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #A31BBB

Tints of Dark Orchid #A31BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 43.24%
G = 7.16%
B = 49.6%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31BBB (or 0xA31BBB) is known color: Dark Orchid. HEX triplet: A3, 1B and BB. RGB value is (163,27,187). Sum of RGB (Red+Green+Blue) = 163+27+187=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #A31BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BBB is #5CE444. Grayscale: #555555. Windows color (decimal): -6087749 or 12262307. OLE color: 12262307.

HSL color Cylindrical-coordinate representation of color #A31BBB: hue angle of 291º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31BBB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 27 187 -
CMYK 0.13 0.86 0 0.27
HSL 291º 0.75% 0.42% -
HSV(B) 291º 0.86% 0.73% -
XYZ 24.47 12.16 48.07 -
YUV 85.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 163 27 187 0.13 0.86 0 0.27 291 0.75 0.42
Hex A3 1B BB D 56 0 1B 123 4B 2A
Octal 243 33 273 15 126 0 33 443 113 52
Binary 10100011 11011 10111011 1101 1010110 0 11011 100100011 1001011 101010

Color Harmonies of #A31BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BBB

Black with #A31BBB

Text Example


Text Example

White with #A31BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BBB; }

 p { color: rgb(163,27,187); }

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

background-color css

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

 a { background-color: rgb(163,27,187); }

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

border-color css

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

 span { border-color: rgb(163,27,187); }

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