Html Css Color HEX #A137DC Dark Orchid

📋 copy color: '#A137DC'

red 161 ◦ green 55 ◦ blue 220

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

Shades of Dark Orchid #A137DC

Tints of Dark Orchid #A137DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.61%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 36.93%
G = 12.61%
B = 50.46%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A137DC (or 0xA137DC) is known color: Dark Orchid. HEX triplet: A1, 37 and DC. RGB value is (161,55,220). Sum of RGB (Red+Green+Blue) = 161+55+220=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #A137DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137DC is #5EC823. Grayscale: #686868. Windows color (decimal): -6211620 or 14432161. OLE color: 14432161.

HSL color Cylindrical-coordinate representation of color #A137DC: hue angle of 278.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A137DC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 55 220 -
CMYK 0.27 0.75 0 0.14
HSL 278.55º 0.7% 0.54% -
HSV(B) 278.55º 0.75% 0.86% -
XYZ 28.98 15.48 69.17 -
YUV 105.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 161 55 220 0.27 0.75 0 0.14 278.55 0.7 0.54
Hex A1 37 DC 1B 4B 0 E 117 46 36
Octal 241 67 334 33 113 0 16 427 106 66
Binary 10100001 110111 11011100 11011 1001011 0 1110 100010111 1000110 110110

Color Harmonies of #A137DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137DC

Black with #A137DC

Text Example


Text Example

White with #A137DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137DC; }

 p { color: rgb(161,55,220); }

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

background-color css

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

 a { background-color: rgb(161,55,220); }

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

border-color css

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

 span { border-color: rgb(161,55,220); }

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