Html Css Color HEX #A940E8 Dark Orchid

📋 copy color: '#A940E8'

red 169 ◦ green 64 ◦ blue 232

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

Shades of Dark Orchid #A940E8

Tints of Dark Orchid #A940E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.89%

R = 36.34%
G = 13.76%
B = 49.89%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A940E8 (or 0xA940E8) is known color: Dark Orchid. HEX triplet: A9, 40 and E8. RGB value is (169,64,232). Sum of RGB (Red+Green+Blue) = 169+64+232=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #A940E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940E8 is #56BF17. Grayscale: #717171. Windows color (decimal): -5685016 or 15220905. OLE color: 15220905.

HSL color Cylindrical-coordinate representation of color #A940E8: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A940E8 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 64 232 -
CMYK 0.27 0.72 0 0.09
HSL 277.5º 0.79% 0.58% -
HSV(B) 277.5º 0.72% 0.91% -
XYZ 32.76 17.93 78.08 -
YUV 114.55 194.29 166.84 -
System Red Green Blue C M Y K H S L
Decimal 169 64 232 0.27 0.72 0 0.09 277.5 0.79 0.58
Hex A9 40 E8 1B 48 0 9 116 4F 3A
Octal 251 100 350 33 110 0 11 426 117 72
Binary 10101001 1000000 11101000 11011 1001000 0 1001 100010110 1001111 111010

Color Harmonies of #A940E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940E8

Black with #A940E8

Text Example


Text Example

White with #A940E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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