#A249DE

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

Shades of Dark Orchid #A249DE

Tints of Dark Orchid #A249DE

Color information

#A249DE (or 0xA249DE) is unknown color: approx Dark Orchid. HEX triplet: A2, 49 and DE. RGB value is (162,73,222). Sum of RGB (Red+Green+Blue) = 162+73+222=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #A249DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249DE is #5DB621. Grayscale: #747474. Windows color (decimal): -6141474 or 14567842. OLE color: 14567842.

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

Color convert

RGB16273222-
CMYK0.270.6700.13
HSL275.84º69.3%57.84%-
HSV(B)275.84º67.12%87.06%-
XYZ30.4717.7270.92-
YUV116.6187.49160.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=35.45%
G=15.97%
B=48.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162732220.270.6700.13275.8469.357.84
HexA249DE1B430D114453a
Octal2421113363310301542410572
Binary10100010100100111011110110111000011011011000101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249DE; }

 p { color: rgb(162,73,222); }

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

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

 a { background-color: rgb(162,73,222); }

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

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

 span { border-color: rgb(162,73,222); }

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