Html Css Color HEX #A040D6 Dark Orchid

📋 copy color: '#A040D6'

red 160 ◦ green 64 ◦ blue 214

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

Shades of Dark Orchid #A040D6

Tints of Dark Orchid #A040D6

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 36.53%
G = 14.61%
B = 48.86%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A040D6 (or 0xA040D6) is known color: Dark Orchid. HEX triplet: A0, 40 and D6. RGB value is (160,64,214). Sum of RGB (Red+Green+Blue) = 160+64+214=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #A040D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040D6 is #5FBF29. Grayscale: #6D6D6D. Windows color (decimal): -6274858 or 14041248. OLE color: 14041248.

HSL color Cylindrical-coordinate representation of color #A040D6: hue angle of 278.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A040D6 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 64 214 -
CMYK 0.25 0.70 0 0.16
HSL 278.4º 0.65% 0.55% -
HSV(B) 278.4º 0.7% 0.84% -
XYZ 28.47 16 65.21 -
YUV 109.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 160 64 214 0.25 0.70 0 0.16 278.4 0.65 0.55
Hex A0 40 D6 19 46 0 10 116 41 37
Octal 240 100 326 31 106 0 20 426 101 67
Binary 10100000 1000000 11010110 11001 1000110 0 10000 100010110 1000001 110111

Color Harmonies of #A040D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040D6

Black with #A040D6

Text Example


Text Example

White with #A040D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040D6; }

 p { color: rgb(160,64,214); }

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

background-color css

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

 a { background-color: rgb(160,64,214); }

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

border-color css

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

 span { border-color: rgb(160,64,214); }

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