Html Css Color HEX #A940D9 Dark Orchid

📋 copy color: '#A940D9'

red 169 ◦ green 64 ◦ blue 217

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

Shades of Dark Orchid #A940D9

Tints of Dark Orchid #A940D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.22%

R = 37.56%
G = 14.22%
B = 48.22%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A940D9 (or 0xA940D9) is known color: Dark Orchid. HEX triplet: A9, 40 and D9. RGB value is (169,64,217). Sum of RGB (Red+Green+Blue) = 169+64+217=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #A940D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940D9 is #56BF26. Grayscale: #707070. Windows color (decimal): -5685031 or 14237865. OLE color: 14237865.

HSL color Cylindrical-coordinate representation of color #A940D9: hue angle of 281.18º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A940D9 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 64 217 -
CMYK 0.22 0.71 0 0.15
HSL 281.18º 0.67% 0.55% -
HSV(B) 281.18º 0.71% 0.85% -
XYZ 30.72 17.11 67.33 -
YUV 112.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 169 64 217 0.22 0.71 0 0.15 281.18 0.67 0.55
Hex A9 40 D9 16 47 0 F 119 43 37
Octal 251 100 331 26 107 0 17 431 103 67
Binary 10101001 1000000 11011001 10110 1000111 0 1111 100011001 1000011 110111

Color Harmonies of #A940D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940D9

Black with #A940D9

Text Example


Text Example

White with #A940D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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