#A33BB9

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

Shades of Dark Orchid #A33BB9

Tints of Dark Orchid #A33BB9

Color information

#A33BB9 (or 0xA33BB9) is unknown color: approx Dark Orchid. HEX triplet: A3, 3B and B9. RGB value is (163,59,185). Sum of RGB (Red+Green+Blue) = 163+59+185=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A33BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BB9 is #5CC446. Grayscale: #686868. Windows color (decimal): -6079559 or 12139427. OLE color: 12139427.

HSL color Cylindrical-coordinate representation of color #A33BB9: hue angle of 289.52º degrees, saturation: 0.52, 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 #A33BB9 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16359185-
CMYK0.120.6800.27
HSL289.52º51.64%47.84%-
HSV(B)289.52º68.11%72.55%-
XYZ25.4314.4247.34-
YUV104.46173.46169.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=40.05%
G=14.50%
B=45.45%

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
Decimal163591850.120.6800.27289.5251.6447.84
HexA33BB9C4401B1223430
Octal24373271141040334426460
Binary101000111110111011100111001000100011011100100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33BB9; }

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

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

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

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

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

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

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

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