#A333B8

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

Shades of Dark Orchid #A333B8

Tints of Dark Orchid #A333B8

Color information

#A333B8 (or 0xA333B8) is unknown color: approx Dark Orchid. HEX triplet: A3, 33 and B8. RGB value is (163,51,184). Sum of RGB (Red+Green+Blue) = 163+51+184=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #A333B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333B8 is #5CCC47. Grayscale: #636363. Windows color (decimal): -6081608 or 12071843. OLE color: 12071843.

HSL color Cylindrical-coordinate representation of color #A333B8: hue angle of 290.53º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A333B8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16351184-
CMYK0.110.7200.28
HSL290.53º56.6%46.08%-
HSV(B)290.53º72.28%72.16%-
XYZ24.9413.6146.66-
YUV99.65175.61173.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 51 (20.31% from 255) = 12.81%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=40.95%
G=12.81%
B=46.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163511840.110.7200.28290.5356.646.08
HexA333B8B4801C123392e
Octal24363270131100344437156
Binary101000111100111011100010111001000011100100100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333B8; }

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

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

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

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

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

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

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

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