#A535D5

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

Shades of Dark Orchid #A535D5

Tints of Dark Orchid #A535D5

Color information

#A535D5 (or 0xA535D5) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and D5. RGB value is (165,53,213). Sum of RGB (Red+Green+Blue) = 165+53+213=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #A535D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535D5 is #5ACA2A. Grayscale: #686868. Windows color (decimal): -5949995 or 13972901. OLE color: 13972901.

HSL color Cylindrical-coordinate representation of color #A535D5: hue angle of 282º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A535D5 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16553213-
CMYK0.230.7500.16
HSL282º65.57%52.16%-
HSV(B)282º75.12%83.53%-
XYZ28.815.3564.4-
YUV104.73189.11170.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=38.28%
G=12.30%
B=49.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165532130.230.7500.1628265.5752.16
HexA535D5174B01011a4234
Octal245653252711302043210264
Binary10100101110101110101011011110010110100001000110101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535D5; }

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

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

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

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

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

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

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

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