#A236AE

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

Shades of Dark Orchid #A236AE

Tints of Dark Orchid #A236AE

Color information

#A236AE (or 0xA236AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 36 and AE. RGB value is (162,54,174). Sum of RGB (Red+Green+Blue) = 162+54+174=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #A236AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A236AE is #5DC951. Grayscale: #636363. Windows color (decimal): -6146386 or 11417250. OLE color: 11417250.

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

Color convert

RGB16254174-
CMYK0.070.6900.32
HSL294º52.63%44.71%-
HSV(B)294º68.97%68.24%-
XYZ23.8613.3841.37-
YUV99.97169.78172.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 54 (21.48% from 255) = 13.85%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=41.54%
G=13.85%
B=44.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162541740.070.6900.3229452.6344.71
HexA236AE745020126352d
Octal2426625671050404466555
Binary101000101101101010111011110001010100000100100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A236AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A236AE; }

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

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

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

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

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

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

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

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