#A635E1

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

Shades of Dark Orchid #A635E1

Tints of Dark Orchid #A635E1

Color information

#A635E1 (or 0xA635E1) is unknown color: approx Dark Orchid. HEX triplet: A6, 35 and E1. RGB value is (166,53,225). Sum of RGB (Red+Green+Blue) = 166+53+225=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #A635E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635E1 is #59CA1E. Grayscale: #696969. Windows color (decimal): -5884447 or 14759334. OLE color: 14759334.

HSL color Cylindrical-coordinate representation of color #A635E1: hue angle of 279.42º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A635E1 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16653225-
CMYK0.260.7600.12
HSL279.42º74.14%54.51%-
HSV(B)279.42º76.44%88.24%-
XYZ30.5916.0972.73-
YUV106.4194.94170.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 53 (21.09% from 255) = 11.94%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=37.39%
G=11.94%
B=50.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166532250.260.7600.12279.4274.1454.51
HexA635E11A4C0C1174a37
Octal246653413211401442711267
Binary1010011011010111100001110101001100011001000101111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A635E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A635E1; }

 p { color: rgb(166,53,225); }

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

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

 a { background-color: rgb(166,53,225); }

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

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

 span { border-color: rgb(166,53,225); }

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