#A33AB5

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

Shades of Dark Orchid #A33AB5

Tints of Dark Orchid #A33AB5

Color information

#A33AB5 (or 0xA33AB5) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and B5. RGB value is (163,58,181). Sum of RGB (Red+Green+Blue) = 163+58+181=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #A33AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33AB5 is #5CC54A. Grayscale: #676767. Windows color (decimal): -6079819 or 11877027. OLE color: 11877027.

HSL color Cylindrical-coordinate representation of color #A33AB5: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33AB5 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16358181-
CMYK0.100.6800.29
HSL291.22º51.46%46.86%-
HSV(B)291.22º67.96%70.98%-
XYZ24.9614.1545.13-
YUV103.42171.79170.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=40.55%
G=14.43%
B=45.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163581810.100.6800.29291.2251.4646.86
HexA33AB5A4401D123332f
Octal24372265121040354436357
Binary101000111110101011010110101000100011101100100011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33AB5; }

 p { color: rgb(163,58,181); }

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

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

 a { background-color: rgb(163,58,181); }

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

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

 span { border-color: rgb(163,58,181); }

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