#A248D1

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

Shades of Dark Orchid #A248D1

Tints of Dark Orchid #A248D1

Color information

#A248D1 (or 0xA248D1) is unknown color: approx Dark Orchid. HEX triplet: A2, 48 and D1. RGB value is (162,72,209). Sum of RGB (Red+Green+Blue) = 162+72+209=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #A248D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248D1 is #5DB72E. Grayscale: #727272. Windows color (decimal): -6141743 or 13715618. OLE color: 13715618.

HSL color Cylindrical-coordinate representation of color #A248D1: hue angle of 279.42º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A248D1 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16272209-
CMYK0.220.6600.18
HSL279.42º59.83%55.1%-
HSV(B)279.42º65.55%81.96%-
XYZ28.7316.9262.07-
YUV114.53181.32161.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 72 (28.52% from 255) = 16.25%
BLUE value IS 209 (82.03% from 255) = 47.18%
R=36.57%
G=16.25%
B=47.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162722090.220.6600.18279.4259.8355.1
HexA248D116420121173c37
Octal242110321261020224277467
Binary10100010100100011010001101101000010010010100010111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A248D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A248D1; }

 p { color: rgb(162,72,209); }

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

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

 a { background-color: rgb(162,72,209); }

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

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

 span { border-color: rgb(162,72,209); }

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