#A841E2

Color #A841E2 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A841E2

Tints of Dark Orchid #A841E2

Color information

#A841E2 (or 0xA841E2) is unknown color: approx Dark Orchid. HEX triplet: A8, 41 and E2. RGB value is (168,65,226). Sum of RGB (Red+Green+Blue) = 168+65+226=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #A841E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841E2 is #57BE1D. Grayscale: #717171. Windows color (decimal): -5750302 or 14827944. OLE color: 14827944.

HSL color Cylindrical-coordinate representation of color #A841E2: hue angle of 278.39º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A841E2 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16865226-
CMYK0.260.7100.11
HSL278.39º73.52%57.06%-
HSV(B)278.39º71.24%88.63%-
XYZ31.7717.673.67-
YUV114.15191.12166.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 226 (88.67% from 255) = 49.24%
R=36.60%
G=14.16%
B=49.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168652260.260.7100.11278.3973.5257.06
HexA841E21A470B1164a39
Octal2501013423210701342611271
Binary10101000100000111100010110101000111010111000101101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841E2; }

 p { color: rgb(168,65,226); }

 H1.HeaderClassName
 {
   color: #A841E2;
 }
 .AnyTagClassName
 {
   color: #A841E2;
 }
</style>
background-color css

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

 a { background-color: rgb(168,65,226); }

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

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

 span { border-color: rgb(168,65,226); }

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