Html Css Color HEX #A31BBD Dark Orchid

📋 copy color: '#A31BBD'

red 163 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #A31BBD

Tints of Dark Orchid #A31BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 43.01%
G = 7.12%
B = 49.87%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A31BBD (or 0xA31BBD) is known color: Dark Orchid. HEX triplet: A3, 1B and BD. RGB value is (163,27,189). Sum of RGB (Red+Green+Blue) = 163+27+189=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #A31BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BBD is #5CE442. Grayscale: #555555. Windows color (decimal): -6087747 or 12393379. OLE color: 12393379.

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

Color convert

RGB 163 27 189 -
CMYK 0.14 0.86 0 0.26
HSL 290.37º 0.75% 0.42% -
HSV(B) 290.37º 0.86% 0.74% -
XYZ 24.68 12.24 49.21 -
YUV 86.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 163 27 189 0.14 0.86 0 0.26 290.37 0.75 0.42
Hex A3 1B BD E 56 0 1A 122 4B 2A
Octal 243 33 275 16 126 0 32 442 113 52
Binary 10100011 11011 10111101 1110 1010110 0 11010 100100010 1001011 101010

Color Harmonies of #A31BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BBD

Black with #A31BBD

Text Example


Text Example

White with #A31BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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