#A235AE

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

Shades of Dark Orchid #A235AE

Tints of Dark Orchid #A235AE

Color information

#A235AE (or 0xA235AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 35 and AE. RGB value is (162,53,174). Sum of RGB (Red+Green+Blue) = 162+53+174=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #A235AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A235AE is #5DCA51. Grayscale: #636363. Windows color (decimal): -6146642 or 11416994. OLE color: 11416994.

HSL color Cylindrical-coordinate representation of color #A235AE: hue angle of 294.05º 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 #A235AE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16253174-
CMYK0.070.7000.32
HSL294.05º53.3%44.51%-
HSV(B)294.05º69.54%68.24%-
XYZ23.8113.2841.35-
YUV99.38170.11172.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=41.65%
G=13.62%
B=44.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162531740.070.7000.32294.0553.344.51
HexA235AE746020126352d
Octal2426525671060404466555
Binary101000101101011010111011110001100100000100100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235AE; }

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

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

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

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

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

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

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

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