#A822B4

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

Shades of Dark Orchid #A822B4

Tints of Dark Orchid #A822B4

Color information

#A822B4 (or 0xA822B4) is unknown color: approx Dark Orchid. HEX triplet: A8, 22 and B4. RGB value is (168,34,180). Sum of RGB (Red+Green+Blue) = 168+34+180=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #A822B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822B4 is #57DD4B. Grayscale: #5A5A5A. Windows color (decimal): -5758284 or 11805352. OLE color: 11805352.

HSL color Cylindrical-coordinate representation of color #A822B4: hue angle of 295.07º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A822B4 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16834180-
CMYK0.070.8100.29
HSL295.07º68.22%41.96%-
HSV(B)295.07º81.11%70.59%-
XYZ24.9612.7644.33-
YUV90.71178.39183.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 34 (13.67% from 255) = 8.90%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=43.98%
G=8.90%
B=47.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168341800.070.8100.29295.0768.2241.96
HexA822B475101D127442a
Octal25042264712103544710452
Binary101010001000101011010011110100010111011001001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A822B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A822B4; }

 p { color: rgb(168,34,180); }

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

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

 a { background-color: rgb(168,34,180); }

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

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

 span { border-color: rgb(168,34,180); }

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