#A522AB

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

Shades of Dark Orchid #A522AB

Tints of Dark Orchid #A522AB

Color information

#A522AB (or 0xA522AB) is unknown color: approx Dark Orchid. HEX triplet: A5, 22 and AB. RGB value is (165,34,171). Sum of RGB (Red+Green+Blue) = 165+34+171=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A522AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A522AB is #5ADD54. Grayscale: #585858. Windows color (decimal): -5954901 or 11215525. OLE color: 11215525.

HSL color Cylindrical-coordinate representation of color #A522AB: hue angle of 297.37º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A522AB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16534171-
CMYK0.040.8000.33
HSL297.37º66.83%40.2%-
HSV(B)297.37º80.12%67.06%-
XYZ23.4412.0839.63-
YUV88.79174.4182.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 34 (13.67% from 255) = 9.19%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=44.59%
G=9.19%
B=46.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165341710.040.8000.33297.3766.8340.2
HexA522AB4500211294328
Octal24542253412004145110350
Binary1010010110001010101011100101000001000011001010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A522AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A522AB; }

 p { color: rgb(165,34,171); }

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

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

 a { background-color: rgb(165,34,171); }

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

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

 span { border-color: rgb(165,34,171); }

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