#A333BF

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

Shades of Dark Orchid #A333BF

Tints of Dark Orchid #A333BF

Color information

#A333BF (or 0xA333BF) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and BF. RGB value is (163,51,191). Sum of RGB (Red+Green+Blue) = 163+51+191=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #A333BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333BF is #5CCC40. Grayscale: #646464. Windows color (decimal): -6081601 or 12530595. OLE color: 12530595.

HSL color Cylindrical-coordinate representation of color #A333BF: hue angle of 288º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A333BF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16351191-
CMYK0.150.7300.25
HSL288º57.85%47.45%-
HSV(B)288º73.3%74.9%-
XYZ25.6913.9250.62-
YUV100.45179.11172.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 51 (20.31% from 255) = 12.59%
BLUE value IS 191 (75% from 255) = 47.16%
R=40.25%
G=12.59%
B=47.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163511910.150.7300.2528857.8547.45
HexA333BFF490191203a2f
Octal24363277171110314407257
Binary101000111100111011111111111001001011001100100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333BF; }

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

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

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

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

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

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

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

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