#a526d8

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

Shades of Dark Orchid #A526D8

Tints of Dark Orchid #A526D8

Color information

#A526D8 (or 0xA526D8) is unknown color: approx Dark Orchid. HEX triplet: A5, 26 and D8. RGB value is (165,38,216). Sum of RGB (Red+Green+Blue) = 165+38+216=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #A526D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526D8 is #5AD927. Grayscale: #5F5F5F. Windows color (decimal): -5953832 or 14165669. OLE color: 14165669.

HSL color Cylindrical-coordinate representation of color #A526D8: hue angle of 282.81º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A526D8 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16538216-
CMYK0.240.8200.15
HSL282.81º70.08%49.8%-
HSV(B)282.81º82.41%84.71%-
XYZ28.614.3466.23-
YUV96.26195.58177.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 38 (15.23% from 255) = 9.07%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=39.38%
G=9.07%
B=51.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165382160.240.8200.15282.8170.0849.8
HexA526D818520F11b4632
Octal245463303012201743310662
Binary1010010110011011011000110001010010011111000110111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a526d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a526d8; }

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

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

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

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

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

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

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

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