#A535CE

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

Shades of Dark Orchid #A535CE

Tints of Dark Orchid #A535CE

Color information

#A535CE (or 0xA535CE) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and CE. RGB value is (165,53,206). Sum of RGB (Red+Green+Blue) = 165+53+206=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #A535CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535CE is #5ACA31. Grayscale: #676767. Windows color (decimal): -5950002 or 13514149. OLE color: 13514149.

HSL color Cylindrical-coordinate representation of color #A535CE: hue angle of 283.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A535CE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16553206-
CMYK0.200.7400.19
HSL283.92º60.96%50.78%-
HSV(B)283.92º74.27%80.78%-
XYZ27.931559.82-
YUV103.93185.61171.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=38.92%
G=12.5%
B=48.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165532060.200.7400.19283.9260.9650.78
HexA535CE144A01311c3d33
Octal24565316241120234347563
Binary1010010111010111001110101001001010010011100011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535CE; }

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

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

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

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

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

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

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

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