Html Css Color HEX #A139E1 Dark Orchid

📋 copy color: '#A139E1'

red 161 ◦ green 57 ◦ blue 225

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

Shades of Dark Orchid #A139E1

Tints of Dark Orchid #A139E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.79%

R = 36.34%
G = 12.87%
B = 50.79%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A139E1 (or 0xA139E1) is known color: Dark Orchid. HEX triplet: A1, 39 and E1. RGB value is (161,57,225). Sum of RGB (Red+Green+Blue) = 161+57+225=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #A139E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139E1 is #5EC61E. Grayscale: #6A6A6A. Windows color (decimal): -6211103 or 14760353. OLE color: 14760353.

HSL color Cylindrical-coordinate representation of color #A139E1: hue angle of 277.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A139E1 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 57 225 -
CMYK 0.28 0.75 0 0.12
HSL 277.14º 0.74% 0.55% -
HSV(B) 277.14º 0.75% 0.88% -
XYZ 29.75 15.94 72.74 -
YUV 107.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 161 57 225 0.28 0.75 0 0.12 277.14 0.74 0.55
Hex A1 39 E1 1C 4B 0 C 115 4A 37
Octal 241 71 341 34 113 0 14 425 112 67
Binary 10100001 111001 11100001 11100 1001011 0 1100 100010101 1001010 110111

Color Harmonies of #A139E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139E1

Black with #A139E1

Text Example


Text Example

White with #A139E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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