#A535C3

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

Shades of Dark Orchid #A535C3

Tints of Dark Orchid #A535C3

Color information

#A535C3 (or 0xA535C3) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and C3. RGB value is (165,53,195). Sum of RGB (Red+Green+Blue) = 165+53+195=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #A535C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535C3 is #5ACA3C. Grayscale: #666666. Windows color (decimal): -5950013 or 12793253. OLE color: 12793253.

HSL color Cylindrical-coordinate representation of color #A535C3: hue angle of 287.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A535C3 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16553195-
CMYK0.150.7300.24
HSL287.32º57.26%48.63%-
HSV(B)287.32º72.82%76.47%-
XYZ26.6414.4953.02-
YUV102.68180.11172.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=39.95%
G=12.83%
B=47.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165531950.150.7300.24287.3257.2648.63
HexA535C3F4901811f3931
Octal24565303171110304377161
Binary101001011101011100001111111001001011000100011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535C3; }

 p { color: rgb(165,53,195); }

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

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

 a { background-color: rgb(165,53,195); }

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

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

 span { border-color: rgb(165,53,195); }

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