Html Css Color HEX #A139DE Dark Orchid

📋 copy color: '#A139DE'

red 161 ◦ green 57 ◦ blue 222

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

Shades of Dark Orchid #A139DE

Tints of Dark Orchid #A139DE

RGB

 RED value IS 161 (63.28% from 255) = 36.59%

 GREEN value IS 57 (22.66% from 255) = 12.95%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 36.59%
G = 12.95%
B = 50.45%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A139DE (or 0xA139DE) is known color: Dark Orchid. HEX triplet: A1, 39 and DE. RGB value is (161,57,222). Sum of RGB (Red+Green+Blue) = 161+57+222=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #A139DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139DE is #5EC621. Grayscale: #6A6A6A. Windows color (decimal): -6211106 or 14563745. OLE color: 14563745.

HSL color Cylindrical-coordinate representation of color #A139DE: hue angle of 277.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A139DE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 57 222 -
CMYK 0.27 0.74 0 0.13
HSL 277.82º 0.71% 0.55% -
HSV(B) 277.82º 0.74% 0.87% -
XYZ 29.35 15.78 70.61 -
YUV 106.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 161 57 222 0.27 0.74 0 0.13 277.82 0.71 0.55
Hex A1 39 DE 1B 4A 0 D 116 47 37
Octal 241 71 336 33 112 0 15 426 107 67
Binary 10100001 111001 11011110 11011 1001010 0 1101 100010110 1000111 110111

Color Harmonies of #A139DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139DE

Black with #A139DE

Text Example


Text Example

White with #A139DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139DE; }

 p { color: rgb(161,57,222); }

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

background-color css

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

 a { background-color: rgb(161,57,222); }

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

border-color css

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

 span { border-color: rgb(161,57,222); }

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