#A233AE

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

Shades of Dark Orchid #A233AE

Tints of Dark Orchid #A233AE

Color information

#A233AE (or 0xA233AE) is unknown color: approx Dark Orchid. HEX triplet: A2, 33 and AE. RGB value is (162,51,174). Sum of RGB (Red+Green+Blue) = 162+51+174=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #A233AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A233AE is #5DCC51. Grayscale: #616161. Windows color (decimal): -6147154 or 11416482. OLE color: 11416482.

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

Color convert

RGB16251174-
CMYK0.070.7100.32
HSL294.15º54.67%44.12%-
HSV(B)294.15º70.69%68.24%-
XYZ23.7213.1141.32-
YUV98.21170.77173.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=41.86%
G=13.18%
B=44.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162511740.070.7100.32294.1554.6744.12
HexA233AE747020126372c
Octal2426325671070404466754
Binary101000101100111010111011110001110100000100100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A233AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A233AE; }

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

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

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

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

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

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

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

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