#A622BB

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

Shades of Dark Orchid #A622BB

Tints of Dark Orchid #A622BB

Color information

#A622BB (or 0xA622BB) is unknown color: approx Dark Orchid. HEX triplet: A6, 22 and BB. RGB value is (166,34,187). Sum of RGB (Red+Green+Blue) = 166+34+187=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #A622BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622BB is #59DD44. Grayscale: #5A5A5A. Windows color (decimal): -5889349 or 12264102. OLE color: 12264102.

HSL color Cylindrical-coordinate representation of color #A622BB: hue angle of 291.76º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A622BB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16634187-
CMYK0.110.8200.27
HSL291.76º69.23%43.33%-
HSV(B)291.76º81.82%73.33%-
XYZ25.2712.8448.16-
YUV90.91182.23181.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 34 (13.67% from 255) = 8.79%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=42.89%
G=8.79%
B=48.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166341870.110.8200.27291.7669.2343.33
HexA622BBB5201B124452b
Octal246422731312203344410553
Binary1010011010001010111011101110100100110111001001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A622BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A622BB; }

 p { color: rgb(166,34,187); }

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

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

 a { background-color: rgb(166,34,187); }

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

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

 span { border-color: rgb(166,34,187); }

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