#A32ACB

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

Shades of Dark Orchid #A32ACB

Tints of Dark Orchid #A32ACB

Color information

#A32ACB (or 0xA32ACB) is unknown color: approx Dark Orchid. HEX triplet: A3, 2A and CB. RGB value is (163,42,203). Sum of RGB (Red+Green+Blue) = 163+42+203=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #A32ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ACB is #5CD534. Grayscale: #606060. Windows color (decimal): -6083893 or 13314723. OLE color: 13314723.

HSL color Cylindrical-coordinate representation of color #A32ACB: hue angle of 285.09º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32ACB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16342203-
CMYK0.200.7900.20
HSL285.09º65.71%48.04%-
HSV(B)285.09º79.31%79.61%-
XYZ26.7113.7557.75-
YUV96.53188.09175.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 42 (16.80% from 255) = 10.29%
BLUE value IS 203 (79.69% from 255) = 49.75%
R=39.95%
G=10.29%
B=49.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163422030.200.7900.20285.0965.7148.04
HexA32ACB144F01411d4230
Octal243523132411702443510260
Binary10100011101010110010111010010011110101001000111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32ACB; }

 p { color: rgb(163,42,203); }

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

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

 a { background-color: rgb(163,42,203); }

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

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

 span { border-color: rgb(163,42,203); }

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