#A535C0

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

Shades of Dark Orchid #A535C0

Tints of Dark Orchid #A535C0

Color information

#A535C0 (or 0xA535C0) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and C0. RGB value is (165,53,192). Sum of RGB (Red+Green+Blue) = 165+53+192=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #A535C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535C0 is #5ACA3F. Grayscale: #656565. Windows color (decimal): -5950016 or 12596645. OLE color: 12596645.

HSL color Cylindrical-coordinate representation of color #A535C0: hue angle of 288.35º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A535C0 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16553192-
CMYK0.140.7200.25
HSL288.35º56.73%48.04%-
HSV(B)288.35º72.4%75.29%-
XYZ26.314.3551.25-
YUV102.33178.61172.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=40.24%
G=12.93%
B=46.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165531920.140.7200.25288.3556.7348.04
HexA535C0E480191203930
Octal24565300161100314407160
Binary101001011101011100000011101001000011001100100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535C0; }

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

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

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

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

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

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

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

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