Html Css Color HEX #A940DC Dark Orchid

📋 copy color: '#A940DC'

red 169 ◦ green 64 ◦ blue 220

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

Shades of Dark Orchid #A940DC

Tints of Dark Orchid #A940DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 37.31%
G = 14.13%
B = 48.57%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A940DC (or 0xA940DC) is known color: Dark Orchid. HEX triplet: A9, 40 and DC. RGB value is (169,64,220). Sum of RGB (Red+Green+Blue) = 169+64+220=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #A940DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940DC is #56BF23. Grayscale: #707070. Windows color (decimal): -5685028 or 14434473. OLE color: 14434473.

HSL color Cylindrical-coordinate representation of color #A940DC: hue angle of 280.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A940DC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 64 220 -
CMYK 0.23 0.71 0 0.14
HSL 280.38º 0.69% 0.56% -
HSV(B) 280.38º 0.71% 0.86% -
XYZ 31.11 17.27 69.4 -
YUV 113.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 169 64 220 0.23 0.71 0 0.14 280.38 0.69 0.56
Hex A9 40 DC 17 47 0 E 118 45 38
Octal 251 100 334 27 107 0 16 430 105 70
Binary 10101001 1000000 11011100 10111 1000111 0 1110 100011000 1000101 111000

Color Harmonies of #A940DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940DC

Black with #A940DC

Text Example


Text Example

White with #A940DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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