#A22BBA

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

Shades of Dark Orchid #A22BBA

Tints of Dark Orchid #A22BBA

Color information

#A22BBA (or 0xA22BBA) is unknown color: approx Dark Orchid. HEX triplet: A2, 2B and BA. RGB value is (162,43,186). Sum of RGB (Red+Green+Blue) = 162+43+186=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A22BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BBA is #5DD445. Grayscale: #5E5E5E. Windows color (decimal): -6149190 or 12200866. OLE color: 12200866.

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

Color convert

RGB16243186-
CMYK0.130.7700.27
HSL289.93º62.45%44.9%-
HSV(B)289.93º76.88%72.94%-
XYZ24.6312.9547.66-
YUV94.88179.42175.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=41.43%
G=11.00%
B=47.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162431860.130.7700.27289.9362.4544.9
HexA22BBAD4D01B1223e2d
Octal24253272151150334427655
Binary101000101010111011101011011001101011011100100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22BBA; }

 p { color: rgb(162,43,186); }

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

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

 a { background-color: rgb(162,43,186); }

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

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

 span { border-color: rgb(162,43,186); }

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