Html Css Color HEX #A139BC Dark Orchid

📋 copy color: '#A139BC'

red 161 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #A139BC

Tints of Dark Orchid #A139BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 39.66%
G = 14.04%
B = 46.31%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A139BC (or 0xA139BC) is known color: Dark Orchid. HEX triplet: A1, 39 and BC. RGB value is (161,57,188). Sum of RGB (Red+Green+Blue) = 161+57+188=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A139BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139BC is #5EC643. Grayscale: #666666. Windows color (decimal): -6211140 or 12335521. OLE color: 12335521.

HSL color Cylindrical-coordinate representation of color #A139BC: hue angle of 287.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A139BC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 57 188 -
CMYK 0.14 0.70 0 0.26
HSL 287.63º 0.53% 0.48% -
HSV(B) 287.63º 0.7% 0.74% -
XYZ 25.24 14.13 48.97 -
YUV 103.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 161 57 188 0.14 0.70 0 0.26 287.63 0.53 0.48
Hex A1 39 BC E 46 0 1A 120 35 30
Octal 241 71 274 16 106 0 32 440 65 60
Binary 10100001 111001 10111100 1110 1000110 0 11010 100100000 110101 110000

Color Harmonies of #A139BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139BC

Black with #A139BC

Text Example


Text Example

White with #A139BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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