#A33CB9

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

Shades of Dark Orchid #A33CB9

Tints of Dark Orchid #A33CB9

Color information

#A33CB9 (or 0xA33CB9) is unknown color: approx Dark Orchid. HEX triplet: A3, 3C and B9. RGB value is (163,60,185). Sum of RGB (Red+Green+Blue) = 163+60+185=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #A33CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CB9 is #5CC346. Grayscale: #686868. Windows color (decimal): -6079303 or 12139683. OLE color: 12139683.

HSL color Cylindrical-coordinate representation of color #A33CB9: hue angle of 289.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33CB9 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16360185-
CMYK0.120.6800.27
HSL289.44º51.02%48.04%-
HSV(B)289.44º67.57%72.55%-
XYZ25.4814.5247.36-
YUV105.05173.12169.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 60 (23.83% from 255) = 14.71%
BLUE value IS 185 (72.66% from 255) = 45.34%
R=39.95%
G=14.71%
B=45.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163601850.120.6800.27289.4451.0248.04
HexA33CB9C4401B1213330
Octal24374271141040334416360
Binary101000111111001011100111001000100011011100100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CB9; }

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

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

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

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

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

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

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

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