#A33BBA

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

Shades of Dark Orchid #A33BBA

Tints of Dark Orchid #A33BBA

Color information

#A33BBA (or 0xA33BBA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3B and BA. RGB value is (163,59,186). Sum of RGB (Red+Green+Blue) = 163+59+186=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A33BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BBA is #5CC445. Grayscale: #686868. Windows color (decimal): -6079558 or 12204963. OLE color: 12204963.

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

Color convert

RGB16359186-
CMYK0.120.6800.27
HSL289.13º51.84%48.04%-
HSV(B)289.13º68.28%72.94%-
XYZ25.5314.4647.9-
YUV104.57173.96169.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 59 (23.44% from 255) = 14.46%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=39.95%
G=14.46%
B=45.59%

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
Decimal163591860.120.6800.27289.1351.8448.04
HexA33BBAC4401B1213430
Octal24373272141040334416460
Binary101000111110111011101011001000100011011100100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33BBA; }

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

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

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

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

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

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

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

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