#A534C9

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

Shades of Dark Orchid #A534C9

Tints of Dark Orchid #A534C9

Color information

#A534C9 (or 0xA534C9) is unknown color: approx Dark Orchid. HEX triplet: A5, 34 and C9. RGB value is (165,52,201). Sum of RGB (Red+Green+Blue) = 165+52+201=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #A534C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534C9 is #5ACB36. Grayscale: #666666. Windows color (decimal): -5950263 or 13186213. OLE color: 13186213.

HSL color Cylindrical-coordinate representation of color #A534C9: hue angle of 285.5º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A534C9 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16552201-
CMYK0.180.7400.21
HSL285.5º58.89%49.61%-
HSV(B)285.5º74.13%78.82%-
XYZ27.2914.6756.65-
YUV102.77183.44172.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 201 (78.91% from 255) = 48.09%
R=39.47%
G=12.44%
B=48.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165522010.180.7400.21285.558.8949.61
HexA534C9124A01511e3b32
Octal24564311221120254367362
Binary1010010111010011001001100101001010010101100011110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534C9; }

 p { color: rgb(165,52,201); }

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

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

 a { background-color: rgb(165,52,201); }

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

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

 span { border-color: rgb(165,52,201); }

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