#A246DD

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

Shades of Dark Orchid #A246DD

Tints of Dark Orchid #A246DD

Color information

#A246DD (or 0xA246DD) is unknown color: approx Dark Orchid. HEX triplet: A2, 46 and DD. RGB value is (162,70,221). Sum of RGB (Red+Green+Blue) = 162+70+221=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #A246DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246DD is #5DB922. Grayscale: #727272. Windows color (decimal): -6142243 or 14501538. OLE color: 14501538.

HSL color Cylindrical-coordinate representation of color #A246DD: hue angle of 276.56º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A246DD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16270221-
CMYK0.270.6800.13
HSL276.56º68.95%57.06%-
HSV(B)276.56º68.33%86.67%-
XYZ30.1417.2870.15-
YUV114.72187.98161.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=35.76%
G=15.45%
B=48.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162702210.270.6800.13276.5668.9557.06
HexA246DD1B440D1154539
Octal2421063353310401542510571
Binary10100010100011011011101110111000100011011000101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A246DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A246DD; }

 p { color: rgb(162,70,221); }

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

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

 a { background-color: rgb(162,70,221); }

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

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

 span { border-color: rgb(162,70,221); }

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