#A935E5

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

Shades of Dark Orchid #A935E5

Tints of Dark Orchid #A935E5

Color information

#A935E5 (or 0xA935E5) is unknown color: approx Dark Orchid. HEX triplet: A9, 35 and E5. RGB value is (169,53,229). Sum of RGB (Red+Green+Blue) = 169+53+229=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #A935E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935E5 is #56CA1A. Grayscale: #6B6B6B. Windows color (decimal): -5687835 or 15021481. OLE color: 15021481.

HSL color Cylindrical-coordinate representation of color #A935E5: hue angle of 279.55º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A935E5 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16953229-
CMYK0.260.7700.10
HSL279.55º77.19%55.29%-
HSV(B)279.55º76.86%89.8%-
XYZ31.7816.6475.67-
YUV107.75196.43171.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 53 (21.09% from 255) = 11.75%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=37.47%
G=11.75%
B=50.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169532290.260.7700.10279.5577.1955.29
HexA935E51A4D0A1184d37
Octal251653453211501243011567
Binary1010100111010111100101110101001101010101000110001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A935E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A935E5; }

 p { color: rgb(169,53,229); }

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

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

 a { background-color: rgb(169,53,229); }

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

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

 span { border-color: rgb(169,53,229); }

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