Html Css Color HEX #A940E7 Dark Orchid

📋 copy color: '#A940E7'

red 169 ◦ green 64 ◦ blue 231

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

Shades of Dark Orchid #A940E7

Tints of Dark Orchid #A940E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 36.42%
G = 13.79%
B = 49.78%

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

#A940E7 (or 0xA940E7) is known color: Dark Orchid. HEX triplet: A9, 40 and E7. RGB value is (169,64,231). Sum of RGB (Red+Green+Blue) = 169+64+231=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #A940E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940E7 is #56BF18. Grayscale: #717171. Windows color (decimal): -5685017 or 15155369. OLE color: 15155369.

HSL color Cylindrical-coordinate representation of color #A940E7: hue angle of 277.72º degrees, saturation: 0.78, 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 #A940E7 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 64 231 -
CMYK 0.27 0.72 0 0.09
HSL 277.72º 0.78% 0.58% -
HSV(B) 277.72º 0.72% 0.91% -
XYZ 32.62 17.87 77.33 -
YUV 114.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 169 64 231 0.27 0.72 0 0.09 277.72 0.78 0.58
Hex A9 40 E7 1B 48 0 9 116 4E 3A
Octal 251 100 347 33 110 0 11 426 116 72
Binary 10101001 1000000 11100111 11011 1001000 0 1001 100010110 1001110 111010

Color Harmonies of #A940E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940E7

Black with #A940E7

Text Example


Text Example

White with #A940E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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