#A535AB

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

Shades of Dark Orchid #A535AB

Tints of Dark Orchid #A535AB

Color information

#A535AB (or 0xA535AB) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and AB. RGB value is (165,53,171). Sum of RGB (Red+Green+Blue) = 165+53+171=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A535AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A535AB is #5ACA54. Grayscale: #636363. Windows color (decimal): -5950037 or 11220389. OLE color: 11220389.

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

Color convert

RGB16553171-
CMYK0.040.6900.33
HSL296.95º52.68%43.92%-
HSV(B)296.95º69.01%67.06%-
XYZ24.1413.4939.86-
YUV99.94168.11174.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=42.42%
G=13.62%
B=43.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165531710.040.6900.33296.9552.6843.92
HexA535AB445021129352c
Octal2456525341050414516554
Binary101001011101011010101110010001010100001100101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535AB; }

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

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

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

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

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

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

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

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