Html Css Color HEX #A139BA Dark Orchid

📋 copy color: '#A139BA'

red 161 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A139BA

Tints of Dark Orchid #A139BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 39.85%
G = 14.11%
B = 46.04%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A139BA (or 0xA139BA) is known color: Dark Orchid. HEX triplet: A1, 39 and BA. RGB value is (161,57,186). Sum of RGB (Red+Green+Blue) = 161+57+186=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A139BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139BA is #5EC645. Grayscale: #666666. Windows color (decimal): -6211142 or 12204449. OLE color: 12204449.

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

Color convert

RGB 161 57 186 -
CMYK 0.13 0.69 0 0.27
HSL 288.37º 0.53% 0.48% -
HSV(B) 288.37º 0.69% 0.73% -
XYZ 25.02 14.05 47.85 -
YUV 102.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 161 57 186 0.13 0.69 0 0.27 288.37 0.53 0.48
Hex A1 39 BA D 45 0 1B 120 35 30
Octal 241 71 272 15 105 0 33 440 65 60
Binary 10100001 111001 10111010 1101 1000101 0 11011 100100000 110101 110000

Color Harmonies of #A139BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139BA

Black with #A139BA

Text Example


Text Example

White with #A139BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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