#A328B4

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

Shades of Dark Orchid #A328B4

Tints of Dark Orchid #A328B4

Color information

#A328B4 (or 0xA328B4) is unknown color: approx Dark Orchid. HEX triplet: A3, 28 and B4. RGB value is (163,40,180). Sum of RGB (Red+Green+Blue) = 163+40+180=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #A328B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328B4 is #5CD74B. Grayscale: #5C5C5C. Windows color (decimal): -6084428 or 11806883. OLE color: 11806883.

HSL color Cylindrical-coordinate representation of color #A328B4: hue angle of 292.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A328B4 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16340180-
CMYK0.090.7800.29
HSL292.71º63.64%43.14%-
HSV(B)292.71º77.78%70.59%-
XYZ24.112.644.34-
YUV92.74177.25178.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 40 (16.02% from 255) = 10.44%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=42.56%
G=10.44%
B=47.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163401800.090.7800.29292.7163.6443.14
HexA328B494E01D125402b
Octal243502641111603544510053
Binary1010001110100010110100100110011100111011001001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A328B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A328B4; }

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

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

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

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

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

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

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

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