#A526BF

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

Shades of Dark Orchid #A526BF

Tints of Dark Orchid #A526BF

Color information

#A526BF (or 0xA526BF) is unknown color: approx Dark Orchid. HEX triplet: A5, 26 and BF. RGB value is (165,38,191). Sum of RGB (Red+Green+Blue) = 165+38+191=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #A526BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526BF is #5AD940. Grayscale: #5C5C5C. Windows color (decimal): -5953857 or 12527269. OLE color: 12527269.

HSL color Cylindrical-coordinate representation of color #A526BF: hue angle of 289.8º 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 #A526BF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16538191-
CMYK0.140.8000.25
HSL289.8º66.81%44.9%-
HSV(B)289.8º80.1%74.9%-
XYZ25.6113.1550.48-
YUV93.42183.08179.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 38 (15.23% from 255) = 9.64%
BLUE value IS 191 (75% from 255) = 48.48%
R=41.88%
G=9.64%
B=48.48%

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
Decimal165381910.140.8000.25289.866.8144.9
HexA526BFE50019122432d
Octal245462771612003144210355
Binary1010010110011010111111111010100000110011001000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A526BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A526BF; }

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

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

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

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

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

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

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

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