Html Css Color HEX #A140DC Dark Orchid

📋 copy color: '#A140DC'

red 161 ◦ green 64 ◦ blue 220

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

Shades of Dark Orchid #A140DC

Tints of Dark Orchid #A140DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 36.18%
G = 14.38%
B = 49.44%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A140DC (or 0xA140DC) is known color: Dark Orchid. HEX triplet: A1, 40 and DC. RGB value is (161,64,220). Sum of RGB (Red+Green+Blue) = 161+64+220=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A140DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140DC is #5EBF23. Grayscale: #6E6E6E. Windows color (decimal): -6209316 or 14434465. OLE color: 14434465.

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

Color convert

RGB 161 64 220 -
CMYK 0.27 0.71 0 0.14
HSL 277.31º 0.69% 0.56% -
HSV(B) 277.31º 0.71% 0.86% -
XYZ 29.45 16.41 69.33 -
YUV 110.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 161 64 220 0.27 0.71 0 0.14 277.31 0.69 0.56
Hex A1 40 DC 1B 47 0 E 115 45 38
Octal 241 100 334 33 107 0 16 425 105 70
Binary 10100001 1000000 11011100 11011 1000111 0 1110 100010101 1000101 111000

Color Harmonies of #A140DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140DC

Black with #A140DC

Text Example


Text Example

White with #A140DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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