#A33EC3

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

Shades of Dark Orchid #A33EC3

Tints of Dark Orchid #A33EC3

Color information

#A33EC3 (or 0xA33EC3) is unknown color: approx Dark Orchid. HEX triplet: A3, 3E and C3. RGB value is (163,62,195). Sum of RGB (Red+Green+Blue) = 163+62+195=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #A33EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EC3 is #5CC13C. Grayscale: #6A6A6A. Windows color (decimal): -6078781 or 12795555. OLE color: 12795555.

HSL color Cylindrical-coordinate representation of color #A33EC3: hue angle of 285.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33EC3 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16362195-
CMYK0.160.6800.24
HSL285.56º52.57%50.39%-
HSV(B)285.56º68.21%76.47%-
XYZ26.6815.1753.15-
YUV107.36177.46167.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 195 (76.56% from 255) = 46.43%
R=38.81%
G=14.76%
B=46.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163621950.160.6800.24285.5652.5750.39
HexA33EC3104401811e3532
Octal24376303201040304366562
Binary1010001111111011000011100001000100011000100011110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33EC3; }

 p { color: rgb(163,62,195); }

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

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

 a { background-color: rgb(163,62,195); }

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

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

 span { border-color: rgb(163,62,195); }

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