Html Css Color HEX #A940EB Dark Orchid

📋 copy color: '#A940EB'

red 169 ◦ green 64 ◦ blue 235

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

Shades of Dark Orchid #A940EB

Tints of Dark Orchid #A940EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 36.11%
G = 13.68%
B = 50.21%

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

#A940EB (or 0xA940EB) is known color: Dark Orchid. HEX triplet: A9, 40 and EB. RGB value is (169,64,235). Sum of RGB (Red+Green+Blue) = 169+64+235=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #A940EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940EB is #56BF14. Grayscale: #727272. Windows color (decimal): -5685013 or 15417513. OLE color: 15417513.

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

Color convert

RGB 169 64 235 -
CMYK 0.28 0.73 0 0.08
HSL 276.84º 0.81% 0.59% -
HSV(B) 276.84º 0.73% 0.92% -
XYZ 33.19 18.1 80.34 -
YUV 114.89 195.79 166.6 -
System Red Green Blue C M Y K H S L
Decimal 169 64 235 0.28 0.73 0 0.08 276.84 0.81 0.59
Hex A9 40 EB 1C 49 0 8 115 51 3B
Octal 251 100 353 34 111 0 10 425 121 73
Binary 10101001 1000000 11101011 11100 1001001 0 1000 100010101 1010001 111011

Color Harmonies of #A940EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940EB

Black with #A940EB

Text Example


Text Example

White with #A940EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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