#A023BB

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

Shades of Dark Orchid #A023BB

Tints of Dark Orchid #A023BB

Color information

#A023BB (or 0xA023BB) is unknown color: approx Dark Orchid. HEX triplet: A0, 23 and BB. RGB value is (160,35,187). Sum of RGB (Red+Green+Blue) = 160+35+187=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A023BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023BB is #5FDC44. Grayscale: #595959. Windows color (decimal): -6282309 or 12264352. OLE color: 12264352.

HSL color Cylindrical-coordinate representation of color #A023BB: hue angle of 289.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A023BB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16035187-
CMYK0.140.8100.27
HSL289.34º68.47%43.53%-
HSV(B)289.34º81.28%73.33%-
XYZ24.0712.2648.11-
YUV89.7182.91178.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 35 (14.06% from 255) = 9.16%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=41.88%
G=9.16%
B=48.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160351870.140.8100.27289.3468.4743.53
HexA023BBE5101B121442c
Octal240432731612103344110454
Binary1010000010001110111011111010100010110111001000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A023BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A023BB; }

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

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

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

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

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

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

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

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