Html Css Color HEX #A31DBB Dark Orchid

📋 copy color: '#A31DBB'

red 163 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #A31DBB

Tints of Dark Orchid #A31DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.65%

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

R = 43.01%
G = 7.65%
B = 49.34%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31DBB (or 0xA31DBB) is known color: Dark Orchid. HEX triplet: A3, 1D and BB. RGB value is (163,29,187). Sum of RGB (Red+Green+Blue) = 163+29+187=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #A31DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DBB is #5CE244. Grayscale: #565656. Windows color (decimal): -6087237 or 12262819. OLE color: 12262819.

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

Color convert

RGB 163 29 187 -
CMYK 0.13 0.84 0 0.27
HSL 290.89º 0.73% 0.42% -
HSV(B) 290.89º 0.84% 0.73% -
XYZ 24.51 12.25 48.09 -
YUV 87.08 184.39 182.15 -
System Red Green Blue C M Y K H S L
Decimal 163 29 187 0.13 0.84 0 0.27 290.89 0.73 0.42
Hex A3 1D BB D 54 0 1B 123 49 2A
Octal 243 35 273 15 124 0 33 443 111 52
Binary 10100011 11101 10111011 1101 1010100 0 11011 100100011 1001001 101010

Color Harmonies of #A31DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DBB

Black with #A31DBB

Text Example


Text Example

White with #A31DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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