#A33CBA

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

Shades of Dark Orchid #A33CBA

Tints of Dark Orchid #A33CBA

Color information

#A33CBA (or 0xA33CBA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3C and BA. RGB value is (163,60,186). Sum of RGB (Red+Green+Blue) = 163+60+186=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A33CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CBA is #5CC345. Grayscale: #686868. Windows color (decimal): -6079302 or 12205219. OLE color: 12205219.

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

Color convert

RGB16360186-
CMYK0.120.6800.27
HSL289.05º51.22%48.24%-
HSV(B)289.05º67.74%72.94%-
XYZ25.5814.5647.92-
YUV105.16173.62169.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 60 (23.83% from 255) = 14.67%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=39.85%
G=14.67%
B=45.48%

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
Decimal163601860.120.6800.27289.0551.2248.24
HexA33CBAC4401B1213330
Octal24374272141040334416360
Binary101000111111001011101011001000100011011100100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CBA; }

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

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

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

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

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

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

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

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