#A526AC

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

Shades of Dark Orchid #A526AC

Tints of Dark Orchid #A526AC

Color information

#A526AC (or 0xA526AC) is unknown color: approx Dark Orchid. HEX triplet: A5, 26 and AC. RGB value is (165,38,172). Sum of RGB (Red+Green+Blue) = 165+38+172=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A526AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526AC is #5AD953. Grayscale: #5A5A5A. Windows color (decimal): -5953876 or 11282085. OLE color: 11282085.

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

Color convert

RGB16538172-
CMYK0.040.7800.33
HSL296.87º63.81%41.18%-
HSV(B)296.87º77.91%67.45%-
XYZ23.6612.3640.17-
YUV91.25173.58180.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 38 (15.23% from 255) = 10.13%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=44%
G=10.13%
B=45.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165381720.040.7800.33296.8763.8141.18
HexA526AC44E0211294029
Octal24546254411604145110051
Binary1010010110011010101100100100111001000011001010011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A526AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A526AC; }

 p { color: rgb(165,38,172); }

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

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

 a { background-color: rgb(165,38,172); }

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

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

 span { border-color: rgb(165,38,172); }

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