#A230B0

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

Shades of Dark Orchid #A230B0

Tints of Dark Orchid #A230B0

Color information

#A230B0 (or 0xA230B0) is unknown color: approx Dark Orchid. HEX triplet: A2, 30 and B0. RGB value is (162,48,176). Sum of RGB (Red+Green+Blue) = 162+48+176=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #A230B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A230B0 is #5DCF4F. Grayscale: #606060. Windows color (decimal): -6147920 or 11546786. OLE color: 11546786.

HSL color Cylindrical-coordinate representation of color #A230B0: hue angle of 293.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A230B0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16248176-
CMYK0.080.7300.31
HSL293.44º57.14%43.92%-
HSV(B)293.44º72.73%69.02%-
XYZ23.7912.9342.32-
YUV96.68172.77174.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 48 (19.14% from 255) = 12.44%
BLUE value IS 176 (69.14% from 255) = 45.60%
R=41.97%
G=12.44%
B=45.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162481760.080.7300.31293.4457.1443.92
HexA230B084901F125392c
Octal24260260101110374457154
Binary101000101100001011000010001001001011111100100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A230B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A230B0; }

 p { color: rgb(162,48,176); }

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

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

 a { background-color: rgb(162,48,176); }

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

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

 span { border-color: rgb(162,48,176); }

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