Html Css Color HEX #A040DA Dark Orchid

📋 copy color: '#A040DA'

red 160 ◦ green 64 ◦ blue 218

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

Shades of Dark Orchid #A040DA

Tints of Dark Orchid #A040DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 36.2%
G = 14.48%
B = 49.32%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A040DA (or 0xA040DA) is known color: Dark Orchid. HEX triplet: A0, 40 and DA. RGB value is (160,64,218). Sum of RGB (Red+Green+Blue) = 160+64+218=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #A040DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040DA is #5FBF25. Grayscale: #6D6D6D. Windows color (decimal): -6274854 or 14303392. OLE color: 14303392.

HSL color Cylindrical-coordinate representation of color #A040DA: hue angle of 277.4º degrees, saturation: 0.68, 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 #A040DA is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 64 218 -
CMYK 0.27 0.71 0 0.15
HSL 277.4º 0.68% 0.55% -
HSV(B) 277.4º 0.71% 0.85% -
XYZ 28.99 16.2 67.93 -
YUV 110.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 160 64 218 0.27 0.71 0 0.15 277.4 0.68 0.55
Hex A0 40 DA 1B 47 0 F 115 44 37
Octal 240 100 332 33 107 0 17 425 104 67
Binary 10100000 1000000 11011010 11011 1000111 0 1111 100010101 1000100 110111

Color Harmonies of #A040DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040DA

Black with #A040DA

Text Example


Text Example

White with #A040DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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