#a328bc

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

Shades of Dark Orchid #A328BC

Tints of Dark Orchid #A328BC

Color information

#A328BC (or 0xA328BC) is unknown color: approx Dark Orchid. HEX triplet: A3, 28 and BC. RGB value is (163,40,188). Sum of RGB (Red+Green+Blue) = 163+40+188=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A328BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328BC is #5CD743. Grayscale: #5D5D5D. Windows color (decimal): -6084420 or 12331171. OLE color: 12331171.

HSL color Cylindrical-coordinate representation of color #A328BC: hue angle of 289.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A328BC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16340188-
CMYK0.130.7900.26
HSL289.86º64.91%44.71%-
HSV(B)289.86º78.72%73.73%-
XYZ24.9412.9348.76-
YUV93.65181.25177.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 40 (16.02% from 255) = 10.23%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=41.69%
G=10.23%
B=48.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163401880.130.7900.26289.8664.9144.71
HexA328BCD4F01A122412d
Octal243502741511703244210155
Binary1010001110100010111100110110011110110101001000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a328bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a328bc; }

 p { color: rgb(163,40,188); }

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

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

 a { background-color: rgb(163,40,188); }

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

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

 span { border-color: rgb(163,40,188); }

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