#A333BD

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

Shades of Dark Orchid #A333BD

Tints of Dark Orchid #A333BD

Color information

#A333BD (or 0xA333BD) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and BD. RGB value is (163,51,189). Sum of RGB (Red+Green+Blue) = 163+51+189=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #A333BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333BD is #5CCC42. Grayscale: #636363. Windows color (decimal): -6081603 or 12399523. OLE color: 12399523.

HSL color Cylindrical-coordinate representation of color #A333BD: hue angle of 288.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A333BD is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16351189-
CMYK0.140.7300.26
HSL288.7º57.5%47.06%-
HSV(B)288.7º73.02%74.12%-
XYZ25.4713.8349.47-
YUV100.22178.11172.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=40.45%
G=12.66%
B=46.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163511890.140.7300.26288.757.547.06
HexA333BDE4901A1213a2f
Octal24363275161110324417257
Binary101000111100111011110111101001001011010100100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333BD; }

 p { color: rgb(163,51,189); }

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

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

 a { background-color: rgb(163,51,189); }

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

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

 span { border-color: rgb(163,51,189); }

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