#A825CA

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

Shades of Dark Orchid #A825CA

Tints of Dark Orchid #A825CA

Color information

#A825CA (or 0xA825CA) is unknown color: approx Dark Orchid. HEX triplet: A8, 25 and CA. RGB value is (168,37,202). Sum of RGB (Red+Green+Blue) = 168+37+202=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A825CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825CA is #57DA35. Grayscale: #5E5E5E. Windows color (decimal): -5757494 or 13247912. OLE color: 13247912.

HSL color Cylindrical-coordinate representation of color #A825CA: hue angle of 287.64º 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 #A825CA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16837202-
CMYK0.170.8200.21
HSL287.64º69.04%46.86%-
HSV(B)287.64º81.68%79.22%-
XYZ27.4713.9157.11-
YUV94.98188.4180.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 37 (14.84% from 255) = 9.09%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=41.28%
G=9.09%
B=49.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168372020.170.8200.21287.6469.0446.86
HexA825CA1152015120452f
Octal250453122112202544010557
Binary10101000100101110010101000110100100101011001000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A825CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A825CA; }

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

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

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

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

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

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

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

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