#A33CC8

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

Shades of Dark Orchid #A33CC8

Tints of Dark Orchid #A33CC8

Color information

#A33CC8 (or 0xA33CC8) is unknown color: approx Dark Orchid. HEX triplet: A3, 3C and C8. RGB value is (163,60,200). Sum of RGB (Red+Green+Blue) = 163+60+200=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #A33CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CC8 is #5CC337. Grayscale: #6A6A6A. Windows color (decimal): -6079288 or 13122723. OLE color: 13122723.

HSL color Cylindrical-coordinate representation of color #A33CC8: hue angle of 284.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33CC8 is Cyan = 0.18, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16360200-
CMYK0.180.700.22
HSL284.14º56%50.98%-
HSV(B)284.14º70%78.43%-
XYZ27.1515.1956.14-
YUV106.76180.62168.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 200 (78.52% from 255) = 47.28%
R=38.53%
G=14.18%
B=47.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163602000.180.700.22284.145650.98
HexA33CC8124601611c3833
Octal24374310221060264347063
Binary1010001111110011001000100101000110010110100011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CC8; }

 p { color: rgb(163,60,200); }

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

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

 a { background-color: rgb(163,60,200); }

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

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

 span { border-color: rgb(163,60,200); }

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