Html Css Color HEX #A940EA Dark Orchid

📋 copy color: '#A940EA'

red 169 ◦ green 64 ◦ blue 234

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

Shades of Dark Orchid #A940EA

Tints of Dark Orchid #A940EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 36.19%
G = 13.7%
B = 50.11%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A940EA (or 0xA940EA) is known color: Dark Orchid. HEX triplet: A9, 40 and EA. RGB value is (169,64,234). Sum of RGB (Red+Green+Blue) = 169+64+234=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #A940EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940EA is #56BF15. Grayscale: #727272. Windows color (decimal): -5685014 or 15351977. OLE color: 15351977.

HSL color Cylindrical-coordinate representation of color #A940EA: hue angle of 277.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A940EA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 64 234 -
CMYK 0.28 0.73 0 0.08
HSL 277.06º 0.8% 0.58% -
HSV(B) 277.06º 0.73% 0.92% -
XYZ 33.05 18.04 79.58 -
YUV 114.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 169 64 234 0.28 0.73 0 0.08 277.06 0.8 0.58
Hex A9 40 EA 1C 49 0 8 115 50 3A
Octal 251 100 352 34 111 0 10 425 120 72
Binary 10101001 1000000 11101010 11100 1001001 0 1000 100010101 1010000 111010

Color Harmonies of #A940EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940EA

Black with #A940EA

Text Example


Text Example

White with #A940EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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