Html Css Color HEX #A139CE Dark Orchid

📋 copy color: '#A139CE'

red 161 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #A139CE

Tints of Dark Orchid #A139CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 37.97%
G = 13.44%
B = 48.58%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A139CE (or 0xA139CE) is known color: Dark Orchid. HEX triplet: A1, 39 and CE. RGB value is (161,57,206). Sum of RGB (Red+Green+Blue) = 161+57+206=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #A139CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139CE is #5EC631. Grayscale: #686868. Windows color (decimal): -6211122 or 13515169. OLE color: 13515169.

HSL color Cylindrical-coordinate representation of color #A139CE: hue angle of 281.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A139CE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 57 206 -
CMYK 0.22 0.72 0 0.19
HSL 281.88º 0.6% 0.52% -
HSV(B) 281.88º 0.72% 0.81% -
XYZ 27.3 14.96 59.84 -
YUV 105.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 161 57 206 0.22 0.72 0 0.19 281.88 0.6 0.52
Hex A1 39 CE 16 48 0 13 11A 3C 34
Octal 241 71 316 26 110 0 23 432 74 64
Binary 10100001 111001 11001110 10110 1001000 0 10011 100011010 111100 110100

Color Harmonies of #A139CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139CE

Black with #A139CE

Text Example


Text Example

White with #A139CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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