#A241D6

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

Shades of Dark Orchid #A241D6

Tints of Dark Orchid #A241D6

Color information

#A241D6 (or 0xA241D6) is unknown color: approx Dark Orchid. HEX triplet: A2, 41 and D6. RGB value is (162,65,214). Sum of RGB (Red+Green+Blue) = 162+65+214=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #A241D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241D6 is #5DBE29. Grayscale: #6E6E6E. Windows color (decimal): -6143530 or 14041506. OLE color: 14041506.

HSL color Cylindrical-coordinate representation of color #A241D6: hue angle of 279.06º 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 #A241D6 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16265214-
CMYK0.240.7000.16
HSL279.06º64.5%54.71%-
HSV(B)279.06º69.63%83.92%-
XYZ28.9316.3265.24-
YUV110.99186.14164.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 214 (83.98% from 255) = 48.53%
R=36.73%
G=14.74%
B=48.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162652140.240.7000.16279.0664.554.71
HexA241D618460101174137
Octal2421013263010602042710167
Binary101000101000001110101101100010001100100001000101111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241D6; }

 p { color: rgb(162,65,214); }

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

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

 a { background-color: rgb(162,65,214); }

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

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

 span { border-color: rgb(162,65,214); }

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