#A524BE

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

Shades of Dark Orchid #A524BE

Tints of Dark Orchid #A524BE

Color information

#A524BE (or 0xA524BE) is unknown color: approx Dark Orchid. HEX triplet: A5, 24 and BE. RGB value is (165,36,190). Sum of RGB (Red+Green+Blue) = 165+36+190=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A524BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524BE is #5ADB41. Grayscale: #5B5B5B. Windows color (decimal): -5954370 or 12461221. OLE color: 12461221.

HSL color Cylindrical-coordinate representation of color #A524BE: hue angle of 290.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A524BE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16536190-
CMYK0.130.8100.25
HSL290.26º68.14%44.31%-
HSV(B)290.26º81.05%74.51%-
XYZ25.4412.9849.88-
YUV92.13183.24179.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=42.20%
G=9.21%
B=48.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165361900.130.8100.25290.2668.1444.31
HexA524BED51019122442c
Octal245442761512103144210454
Binary1010010110010010111110110110100010110011001000101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A524BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A524BE; }

 p { color: rgb(165,36,190); }

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

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

 a { background-color: rgb(165,36,190); }

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

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

 span { border-color: rgb(165,36,190); }

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