#a33bc3

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

Shades of Dark Orchid #A33BC3

Tints of Dark Orchid #A33BC3

Color information

#A33BC3 (or 0xA33BC3) is unknown color: approx Dark Orchid. HEX triplet: A3, 3B and C3. RGB value is (163,59,195). Sum of RGB (Red+Green+Blue) = 163+59+195=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #A33BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BC3 is #5CC43C. Grayscale: #696969. Windows color (decimal): -6079549 or 12794787. OLE color: 12794787.

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

Color convert

RGB16359195-
CMYK0.160.7000.24
HSL285.88º53.54%49.8%-
HSV(B)285.88º69.74%76.47%-
XYZ26.5214.8553.1-
YUV105.6178.46168.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=39.09%
G=14.15%
B=46.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163591950.160.7000.24285.8853.5449.8
HexA33BC3104601811e3632
Octal24373303201060304366662
Binary1010001111101111000011100001000110011000100011110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33bc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33bc3; }

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

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

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

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

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

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

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

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