#A023D2

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

Shades of Dark Orchid #A023D2

Tints of Dark Orchid #A023D2

Color information

#A023D2 (or 0xA023D2) is unknown color: approx Dark Orchid. HEX triplet: A0, 23 and D2. RGB value is (160,35,210). Sum of RGB (Red+Green+Blue) = 160+35+210=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #A023D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023D2 is #5FDC2D. Grayscale: #5B5B5B. Windows color (decimal): -6282286 or 13771680. OLE color: 13771680.

HSL color Cylindrical-coordinate representation of color #A023D2: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A023D2 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16035210-
CMYK0.240.8300.18
HSL282.86º71.43%48.04%-
HSV(B)282.86º83.33%82.35%-
XYZ26.7313.3362.14-
YUV92.32194.41176.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 35 (14.06% from 255) = 8.64%
BLUE value IS 210 (82.42% from 255) = 51.85%
R=39.51%
G=8.64%
B=51.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160352100.240.8300.18282.8671.4348.04
HexA023D2185301211b4730
Octal240433223012302243310760
Binary10100000100011110100101100010100110100101000110111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A023D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A023D2; }

 p { color: rgb(160,35,210); }

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

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

 a { background-color: rgb(160,35,210); }

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

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

 span { border-color: rgb(160,35,210); }

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