#A33ABE

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

Shades of Dark Orchid #A33ABE

Tints of Dark Orchid #A33ABE

Color information

#A33ABE (or 0xA33ABE) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and BE. RGB value is (163,58,190). Sum of RGB (Red+Green+Blue) = 163+58+190=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #A33ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ABE is #5CC541. Grayscale: #686868. Windows color (decimal): -6079810 or 12466851. OLE color: 12466851.

HSL color Cylindrical-coordinate representation of color #A33ABE: hue angle of 287.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33ABE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16358190-
CMYK0.140.6900.25
HSL287.73º53.23%48.63%-
HSV(B)287.73º69.47%74.51%-
XYZ25.9114.5350.15-
YUV104.44176.29169.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=39.66%
G=14.11%
B=46.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163581900.140.6900.25287.7353.2348.63
HexA33ABEE450191203531
Octal24372276161050314406561
Binary101000111110101011111011101000101011001100100000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33ABE; }

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

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

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

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

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

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

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

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