Html Css Color HEX #A139D1 Dark Orchid

📋 copy color: '#A139D1'

red 161 ◦ green 57 ◦ blue 209

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

Shades of Dark Orchid #A139D1

Tints of Dark Orchid #A139D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 37.7%
G = 13.35%
B = 48.95%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A139D1 (or 0xA139D1) is known color: Dark Orchid. HEX triplet: A1, 39 and D1. RGB value is (161,57,209). Sum of RGB (Red+Green+Blue) = 161+57+209=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #A139D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139D1 is #5EC62E. Grayscale: #686868. Windows color (decimal): -6211119 or 13711777. OLE color: 13711777.

HSL color Cylindrical-coordinate representation of color #A139D1: hue angle of 281.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A139D1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 57 209 -
CMYK 0.23 0.73 0 0.18
HSL 281.05º 0.62% 0.52% -
HSV(B) 281.05º 0.73% 0.82% -
XYZ 27.67 15.11 61.78 -
YUV 105.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 161 57 209 0.23 0.73 0 0.18 281.05 0.62 0.52
Hex A1 39 D1 17 49 0 12 119 3E 34
Octal 241 71 321 27 111 0 22 431 76 64
Binary 10100001 111001 11010001 10111 1001001 0 10010 100011001 111110 110100

Color Harmonies of #A139D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139D1

Black with #A139D1

Text Example


Text Example

White with #A139D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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