Html Css Color HEX #A940EC Dark Orchid

📋 copy color: '#A940EC'

red 169 ◦ green 64 ◦ blue 236

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

Shades of Dark Orchid #A940EC

Tints of Dark Orchid #A940EC

RGB

 RED value IS 169 (66.41% from 255) = 36.03%

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

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 36.03%
G = 13.65%
B = 50.32%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A940EC (or 0xA940EC) is known color: Dark Orchid. HEX triplet: A9, 40 and EC. RGB value is (169,64,236). Sum of RGB (Red+Green+Blue) = 169+64+236=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #A940EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940EC is #56BF13. Grayscale: #727272. Windows color (decimal): -5685012 or 15483049. OLE color: 15483049.

HSL color Cylindrical-coordinate representation of color #A940EC: hue angle of 276.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A940EC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 64 236 -
CMYK 0.28 0.73 0 0.07
HSL 276.63º 0.82% 0.59% -
HSV(B) 276.63º 0.73% 0.93% -
XYZ 33.34 18.16 81.1 -
YUV 115 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 169 64 236 0.28 0.73 0 0.07 276.63 0.82 0.59
Hex A9 40 EC 1C 49 0 7 115 52 3B
Octal 251 100 354 34 111 0 7 425 122 73
Binary 10101001 1000000 11101100 11100 1001001 0 111 100010101 1010010 111011

Color Harmonies of #A940EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940EC

Black with #A940EC

Text Example


Text Example

White with #A940EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940EC; }

 p { color: rgb(169,64,236); }

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

background-color css

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

 a { background-color: rgb(169,64,236); }

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

border-color css

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

 span { border-color: rgb(169,64,236); }

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