Html Css Color HEX #A139C1 Dark Orchid

📋 copy color: '#A139C1'

red 161 ◦ green 57 ◦ blue 193

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

Shades of Dark Orchid #A139C1

Tints of Dark Orchid #A139C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.96%

R = 39.17%
G = 13.87%
B = 46.96%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A139C1 (or 0xA139C1) is known color: Dark Orchid. HEX triplet: A1, 39 and C1. RGB value is (161,57,193). Sum of RGB (Red+Green+Blue) = 161+57+193=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #A139C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C1 is #5EC63E. Grayscale: #676767. Windows color (decimal): -6211135 or 12663201. OLE color: 12663201.

HSL color Cylindrical-coordinate representation of color #A139C1: hue angle of 285.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A139C1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 57 193 -
CMYK 0.17 0.70 0 0.24
HSL 285.88º 0.54% 0.49% -
HSV(B) 285.88º 0.7% 0.76% -
XYZ 25.79 14.35 51.86 -
YUV 103.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 161 57 193 0.17 0.70 0 0.24 285.88 0.54 0.49
Hex A1 39 C1 11 46 0 18 11E 36 31
Octal 241 71 301 21 106 0 30 436 66 61
Binary 10100001 111001 11000001 10001 1000110 0 11000 100011110 110110 110001

Color Harmonies of #A139C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139C1

Black with #A139C1

Text Example


Text Example

White with #A139C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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