#A526C0

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

Shades of Dark Orchid #A526C0

Tints of Dark Orchid #A526C0

Color information

#A526C0 (or 0xA526C0) is unknown color: approx Dark Orchid. HEX triplet: A5, 26 and C0. RGB value is (165,38,192). Sum of RGB (Red+Green+Blue) = 165+38+192=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #A526C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526C0 is #5AD93F. Grayscale: #5D5D5D. Windows color (decimal): -5953856 or 12592805. OLE color: 12592805.

HSL color Cylindrical-coordinate representation of color #A526C0: hue angle of 289.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A526C0 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16538192-
CMYK0.140.8000.25
HSL289.48º66.96%45.1%-
HSV(B)289.48º80.21%75.29%-
XYZ25.7213.1951.06-
YUV93.53183.58178.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=41.77%
G=9.62%
B=48.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165381920.140.8000.25289.4866.9645.1
HexA526C0E50019121432d
Octal245463001612003144110355
Binary1010010110011011000000111010100000110011001000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A526C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A526C0; }

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

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

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

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

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

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

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

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