#A535DC

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

Shades of Dark Orchid #A535DC

Tints of Dark Orchid #A535DC

Color information

#A535DC (or 0xA535DC) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and DC. RGB value is (165,53,220). Sum of RGB (Red+Green+Blue) = 165+53+220=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #A535DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535DC is #5ACA23. Grayscale: #686868. Windows color (decimal): -5949988 or 14431653. OLE color: 14431653.

HSL color Cylindrical-coordinate representation of color #A535DC: hue angle of 280.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A535DC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16553220-
CMYK0.250.7600.14
HSL280.24º70.46%53.53%-
HSV(B)280.24º75.91%86.27%-
XYZ29.7115.7169.18-
YUV105.53192.61170.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 53 (21.09% from 255) = 12.10%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=37.67%
G=12.10%
B=50.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165532200.250.7600.14280.2470.4653.53
HexA535DC194C0E1184636
Octal245653343111401643010666
Binary1010010111010111011100110011001100011101000110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535DC; }

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

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

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

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

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

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

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

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