#A325CA

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

Shades of Dark Orchid #A325CA

Tints of Dark Orchid #A325CA

Color information

#A325CA (or 0xA325CA) is unknown color: approx Dark Orchid. HEX triplet: A3, 25 and CA. RGB value is (163,37,202). Sum of RGB (Red+Green+Blue) = 163+37+202=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #A325CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325CA is #5CDA35. Grayscale: #5C5C5C. Windows color (decimal): -6085174 or 13247907. OLE color: 13247907.

HSL color Cylindrical-coordinate representation of color #A325CA: hue angle of 285.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A325CA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16337202-
CMYK0.190.8200.21
HSL285.82º69.04%46.86%-
HSV(B)285.82º81.68%79.22%-
XYZ26.4313.3757.07-
YUV93.48189.24177.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=40.55%
G=9.20%
B=50.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163372020.190.8200.21285.8269.0446.86
HexA325CA135201511e452f
Octal243453122312202543610557
Binary10100011100101110010101001110100100101011000111101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A325CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A325CA; }

 p { color: rgb(163,37,202); }

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

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

 a { background-color: rgb(163,37,202); }

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

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

 span { border-color: rgb(163,37,202); }

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