#A535E7

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

Shades of Dark Orchid #A535E7

Tints of Dark Orchid #A535E7

Color information

#A535E7 (or 0xA535E7) is unknown color: approx Dark Orchid. HEX triplet: A5, 35 and E7. RGB value is (165,53,231). Sum of RGB (Red+Green+Blue) = 165+53+231=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #A535E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A535E7 is #5ACA18. Grayscale: #6A6A6A. Windows color (decimal): -5949977 or 15152549. OLE color: 15152549.

HSL color Cylindrical-coordinate representation of color #A535E7: hue angle of 277.75º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A535E7 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16553231-
CMYK0.290.7700.09
HSL277.75º78.76%55.69%-
HSV(B)277.75º77.06%90.59%-
XYZ31.2116.3277.11-
YUV106.78198.11169.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 231 (90.62% from 255) = 51.45%
R=36.75%
G=11.80%
B=51.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165532310.290.7700.09277.7578.7655.69
HexA535E71D4D091164f38
Octal245653473511501142611770
Binary1010010111010111100111111011001101010011000101101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A535E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A535E7; }

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

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

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

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

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

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

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

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