#A529CA

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

Shades of Dark Orchid #A529CA

Tints of Dark Orchid #A529CA

Color information

#A529CA (or 0xA529CA) is unknown color: approx Dark Orchid. HEX triplet: A5, 29 and CA. RGB value is (165,41,202). Sum of RGB (Red+Green+Blue) = 165+41+202=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #A529CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529CA is #5AD635. Grayscale: #5F5F5F. Windows color (decimal): -5953078 or 13248933. OLE color: 13248933.

HSL color Cylindrical-coordinate representation of color #A529CA: hue angle of 286.21º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A529CA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16541202-
CMYK0.180.8000.21
HSL286.21º66.26%47.65%-
HSV(B)286.21º79.7%79.22%-
XYZ26.9713.8557.13-
YUV96.43187.58176.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 41 (16.41% from 255) = 10.05%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=40.44%
G=10.05%
B=49.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165412020.180.8000.21286.2166.2647.65
HexA529CA125001511e4230
Octal245513122212002543610260
Binary10100101101001110010101001010100000101011000111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A529CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A529CA; }

 p { color: rgb(165,41,202); }

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

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

 a { background-color: rgb(165,41,202); }

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

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

 span { border-color: rgb(165,41,202); }

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