#A535E4

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

Shades of Dark Orchid #A535E4

Tints of Dark Orchid #A535E4

Color information

#A535E4 (or 0xA535E4) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and E4. RGB value is (165,53,228). Sum of RGB (Red+Green+Blue) = 165+53+228=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #A535E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535E4 is #5ACA1B. Grayscale: #696969. Windows color (decimal): -5949980 or 14955941. OLE color: 14955941.

HSL color Cylindrical-coordinate representation of color #A535E4: hue angle of 278.4º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A535E4 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16553228-
CMYK0.280.7700.11
HSL278.4º76.42%55.1%-
HSV(B)278.4º76.75%89.41%-
XYZ30.7916.1574.89-
YUV106.44196.61169.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 53 (21.09% from 255) = 11.88%
BLUE value IS 228 (89.45% from 255) = 51.12%
R=37.00%
G=11.88%
B=51.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165532280.280.7700.11278.476.4255.1
HexA535E41C4D0B1164c37
Octal245653443411501342611467
Binary1010010111010111100100111001001101010111000101101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535E4; }

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

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

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

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

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

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

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

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