#A249D8

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

Shades of Dark Orchid #A249D8

Tints of Dark Orchid #A249D8

Color information

#A249D8 (or 0xA249D8) is unknown color: approx Dark Orchid. HEX triplet: A2, 49 and D8. RGB value is (162,73,216). Sum of RGB (Red+Green+Blue) = 162+73+216=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #A249D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249D8 is #5DB627. Grayscale: #737373. Windows color (decimal): -6141480 or 14174626. OLE color: 14174626.

HSL color Cylindrical-coordinate representation of color #A249D8: hue angle of 277.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A249D8 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16273216-
CMYK0.250.6600.15
HSL277.34º64.71%56.67%-
HSV(B)277.34º66.2%84.71%-
XYZ29.6817.466.76-
YUV115.91184.49160.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 73 (28.91% from 255) = 16.19%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=35.92%
G=16.19%
B=47.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162732160.250.6600.15277.3464.7156.67
HexA249D819420F1154139
Octal2421113303110201742510171
Binary10100010100100111011000110011000010011111000101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249D8; }

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

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

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

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

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

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

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

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