Html Css Color HEX #A139CF Dark Orchid

📋 copy color: '#A139CF'

red 161 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #A139CF

Tints of Dark Orchid #A139CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 37.88%
G = 13.41%
B = 48.71%

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

#A139CF (or 0xA139CF) is known color: Dark Orchid. HEX triplet: A1, 39 and CF. RGB value is (161,57,207). Sum of RGB (Red+Green+Blue) = 161+57+207=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A139CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139CF is #5EC630. Grayscale: #686868. Windows color (decimal): -6211121 or 13580705. OLE color: 13580705.

HSL color Cylindrical-coordinate representation of color #A139CF: hue angle of 281.6º degrees, saturation: 0.61, 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 #A139CF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 57 207 -
CMYK 0.22 0.72 0 0.19
HSL 281.6º 0.61% 0.52% -
HSV(B) 281.6º 0.72% 0.81% -
XYZ 27.42 15.01 60.48 -
YUV 105.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 161 57 207 0.22 0.72 0 0.19 281.6 0.61 0.52
Hex A1 39 CF 16 48 0 13 11A 3D 34
Octal 241 71 317 26 110 0 23 432 75 64
Binary 10100001 111001 11001111 10110 1001000 0 10011 100011010 111101 110100

Color Harmonies of #A139CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139CF

Black with #A139CF

Text Example


Text Example

White with #A139CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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