#A33AE0

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

Shades of Dark Orchid #A33AE0

Tints of Dark Orchid #A33AE0

Color information

#A33AE0 (or 0xA33AE0) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and E0. RGB value is (163,58,224). Sum of RGB (Red+Green+Blue) = 163+58+224=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #A33AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33AE0 is #5CC51F. Grayscale: #6B6B6B. Windows color (decimal): -6079776 or 14695075. OLE color: 14695075.

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

Color convert

RGB16358224-
CMYK0.270.7400.12
HSL277.95º72.81%55.29%-
HSV(B)277.95º74.11%87.84%-
XYZ30.0716.1972.06-
YUV108.32193.29167-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 58 (23.05% from 255) = 13.03%
BLUE value IS 224 (87.89% from 255) = 50.34%
R=36.63%
G=13.03%
B=50.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163582240.270.7400.12277.9572.8155.29
HexA33AE01B4A0C1164937
Octal243723403311201442611167
Binary1010001111101011100000110111001010011001000101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33AE0; }

 p { color: rgb(163,58,224); }

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

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

 a { background-color: rgb(163,58,224); }

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

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

 span { border-color: rgb(163,58,224); }

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