#a223df

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

Shades of Dark Orchid #A223DF

Tints of Dark Orchid #A223DF

Color information

#A223DF (or 0xA223DF) is unknown color: approx Dark Orchid. HEX triplet: A2, 23 and DF. RGB value is (162,35,223). Sum of RGB (Red+Green+Blue) = 162+35+223=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A223DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223DF is #5DDC20. Grayscale: #5D5D5D. Windows color (decimal): -6151201 or 14623650. OLE color: 14623650.

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

Color convert

RGB16235223-
CMYK0.270.8400.13
HSL280.53º74.6%50.59%-
HSV(B)280.53º84.3%87.45%-
XYZ28.8214.2171.04-
YUV94.4200.58176.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 35 (14.06% from 255) = 8.33%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=38.57%
G=8.33%
B=53.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162352230.270.8400.13280.5374.650.59
HexA223DF1B540D1194b33
Octal242433373312401543111363
Binary1010001010001111011111110111010100011011000110011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a223df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a223df; }

 p { color: rgb(162,35,223); }

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

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

 a { background-color: rgb(162,35,223); }

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

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

 span { border-color: rgb(162,35,223); }

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