#A535AD

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

Shades of Dark Orchid #A535AD

Tints of Dark Orchid #A535AD

Color information

#A535AD (or 0xA535AD) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and AD. RGB value is (165,53,173). Sum of RGB (Red+Green+Blue) = 165+53+173=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #A535AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535AD is #5ACA52. Grayscale: #636363. Windows color (decimal): -5950035 or 11351461. OLE color: 11351461.

HSL color Cylindrical-coordinate representation of color #A535AD: hue angle of 296º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A535AD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16553173-
CMYK0.050.6900.32
HSL296º53.1%44.31%-
HSV(B)296º69.36%67.84%-
XYZ24.3313.5640.87-
YUV100.17169.11174.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=42.20%
G=13.55%
B=44.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165531730.050.6900.3229653.144.31
HexA535AD545020128352c
Octal2456525551050404506554
Binary101001011101011010110110110001010100000100101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535AD; }

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

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

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

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

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

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

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

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