Html Css Color HEX #A139CD Dark Orchid

📋 copy color: '#A139CD'

red 161 ◦ green 57 ◦ blue 205

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

Shades of Dark Orchid #A139CD

Tints of Dark Orchid #A139CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 38.06%
G = 13.48%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A139CD (or 0xA139CD) is known color: Dark Orchid. HEX triplet: A1, 39 and CD. RGB value is (161,57,205). Sum of RGB (Red+Green+Blue) = 161+57+205=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #A139CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139CD is #5EC632. Grayscale: #686868. Windows color (decimal): -6211123 or 13449633. OLE color: 13449633.

HSL color Cylindrical-coordinate representation of color #A139CD: hue angle of 282.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A139CD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 57 205 -
CMYK 0.21 0.72 0 0.20
HSL 282.16º 0.6% 0.51% -
HSV(B) 282.16º 0.72% 0.8% -
XYZ 27.18 14.91 59.2 -
YUV 104.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 161 57 205 0.21 0.72 0 0.20 282.16 0.6 0.51
Hex A1 39 CD 15 48 0 14 11A 3C 33
Octal 241 71 315 25 110 0 24 432 74 63
Binary 10100001 111001 11001101 10101 1001000 0 10100 100011010 111100 110011

Color Harmonies of #A139CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139CD

Black with #A139CD

Text Example


Text Example

White with #A139CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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