#A635AE

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

Shades of Dark Orchid #A635AE

Tints of Dark Orchid #A635AE

Color information

#A635AE (or 0xA635AE) is unknown color: approx Dark Orchid. HEX triplet: A6, 35 and AE. RGB value is (166,53,174). Sum of RGB (Red+Green+Blue) = 166+53+174=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A635AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635AE is #59CA51. Grayscale: #646464. Windows color (decimal): -5884498 or 11416998. OLE color: 11416998.

HSL color Cylindrical-coordinate representation of color #A635AE: hue angle of 296.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A635AE is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16653174-
CMYK0.050.7000.32
HSL296.03º53.3%44.51%-
HSV(B)296.03º69.54%68.24%-
XYZ24.6413.7141.39-
YUV100.58169.44174.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=42.24%
G=13.49%
B=44.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166531740.050.7000.32296.0353.344.51
HexA635AE546020128352d
Octal2466525651060404506555
Binary101001101101011010111010110001100100000100101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A635AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A635AE; }

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

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

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

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

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

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

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

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