Html Css Color HEX #A140DF Dark Orchid

📋 copy color: '#A140DF'

red 161 ◦ green 64 ◦ blue 223

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

Shades of Dark Orchid #A140DF

Tints of Dark Orchid #A140DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 35.94%
G = 14.29%
B = 49.78%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A140DF (or 0xA140DF) is known color: Dark Orchid. HEX triplet: A1, 40 and DF. RGB value is (161,64,223). Sum of RGB (Red+Green+Blue) = 161+64+223=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #A140DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140DF is #5EBF20. Grayscale: #6E6E6E. Windows color (decimal): -6209313 or 14631073. OLE color: 14631073.

HSL color Cylindrical-coordinate representation of color #A140DF: hue angle of 276.6º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A140DF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 64 223 -
CMYK 0.28 0.71 0 0.13
HSL 276.6º 0.71% 0.56% -
HSV(B) 276.6º 0.71% 0.87% -
XYZ 29.85 16.57 71.44 -
YUV 111.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 161 64 223 0.28 0.71 0 0.13 276.6 0.71 0.56
Hex A1 40 DF 1C 47 0 D 115 47 38
Octal 241 100 337 34 107 0 15 425 107 70
Binary 10100001 1000000 11011111 11100 1000111 0 1101 100010101 1000111 111000

Color Harmonies of #A140DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140DF

Black with #A140DF

Text Example


Text Example

White with #A140DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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