#A328B8

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

Shades of Dark Orchid #A328B8

Tints of Dark Orchid #A328B8

Color information

#A328B8 (or 0xA328B8) is unknown color: approx Dark Orchid. HEX triplet: A3, 28 and B8. RGB value is (163,40,184). Sum of RGB (Red+Green+Blue) = 163+40+184=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #A328B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328B8 is #5CD747. Grayscale: #5C5C5C. Windows color (decimal): -6084424 or 12069027. OLE color: 12069027.

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

Color convert

RGB16340184-
CMYK0.110.7800.28
HSL291.25º64.29%43.92%-
HSV(B)291.25º78.26%72.16%-
XYZ24.5112.7646.52-
YUV93.19179.25177.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=42.12%
G=10.34%
B=47.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163401840.110.7800.28291.2564.2943.92
HexA328B8B4E01C123402c
Octal243502701311603444310054
Binary1010001110100010111000101110011100111001001000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A328B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A328B8; }

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

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

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

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

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

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

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

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