#a33ace

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

Shades of Dark Orchid #A33ACE

Tints of Dark Orchid #A33ACE

Color information

#A33ACE (or 0xA33ACE) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and CE. RGB value is (163,58,206). Sum of RGB (Red+Green+Blue) = 163+58+206=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #A33ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACE is #5CC531. Grayscale: #696969. Windows color (decimal): -6079794 or 13515427. OLE color: 13515427.

HSL color Cylindrical-coordinate representation of color #A33ACE: hue angle of 282.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33ACE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16358206-
CMYK0.210.7200.19
HSL282.57º60.16%51.76%-
HSV(B)282.57º71.84%80.78%-
XYZ27.7615.2759.88-
YUV106.27184.29168.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=38.17%
G=13.58%
B=48.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163582060.210.7200.19282.5760.1651.76
HexA33ACE154801311b3c34
Octal24372316251100234337464
Binary1010001111101011001110101011001000010011100011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33ace; }

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

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

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

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

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

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

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

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