#A230BB

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

Shades of Dark Orchid #A230BB

Tints of Dark Orchid #A230BB

Color information

#A230BB (or 0xA230BB) is unknown color: approx Dark Orchid. HEX triplet: A2, 30 and BB. RGB value is (162,48,187). Sum of RGB (Red+Green+Blue) = 162+48+187=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A230BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230BB is #5DCF44. Grayscale: #616161. Windows color (decimal): -6147909 or 12267682. OLE color: 12267682.

HSL color Cylindrical-coordinate representation of color #A230BB: hue angle of 289.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A230BB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16248187-
CMYK0.130.7400.27
HSL289.21º59.15%46.08%-
HSV(B)289.21º74.33%73.33%-
XYZ24.9313.3848.28-
YUV97.93178.27173.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=40.81%
G=12.09%
B=47.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162481870.130.7400.27289.2159.1546.08
HexA230BBD4A01B1213b2e
Octal24260273151120334417356
Binary101000101100001011101111011001010011011100100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A230BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A230BB; }

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

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

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

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

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

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

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

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