Html Css Color HEX #A31DB9 Dark Orchid

📋 copy color: '#A31DB9'

red 163 ◦ green 29 ◦ blue 185

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

Shades of Dark Orchid #A31DB9

Tints of Dark Orchid #A31DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 43.24%
G = 7.69%
B = 49.07%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31DB9 (or 0xA31DB9) is known color: Dark Orchid. HEX triplet: A3, 1D and B9. RGB value is (163,29,185). Sum of RGB (Red+Green+Blue) = 163+29+185=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #A31DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DB9 is #5CE246. Grayscale: #565656. Windows color (decimal): -6087239 or 12131747. OLE color: 12131747.

HSL color Cylindrical-coordinate representation of color #A31DB9: hue angle of 291.54º 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 #A31DB9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 29 185 -
CMYK 0.12 0.84 0 0.27
HSL 291.54º 0.73% 0.42% -
HSV(B) 291.54º 0.84% 0.73% -
XYZ 24.3 12.17 46.97 -
YUV 86.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 163 29 185 0.12 0.84 0 0.27 291.54 0.73 0.42
Hex A3 1D B9 C 54 0 1B 124 49 2A
Octal 243 35 271 14 124 0 33 444 111 52
Binary 10100011 11101 10111001 1100 1010100 0 11011 100100100 1001001 101010

Color Harmonies of #A31DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DB9

Black with #A31DB9

Text Example


Text Example

White with #A31DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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