#A033AC

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

Shades of Dark Orchid #A033AC

Tints of Dark Orchid #A033AC

Color information

#A033AC (or 0xA033AC) is unknown color: approx Dark Orchid. HEX triplet: A0, 33 and AC. RGB value is (160,51,172). Sum of RGB (Red+Green+Blue) = 160+51+172=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A033AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033AC is #5FCC53. Grayscale: #616161. Windows color (decimal): -6278228 or 11285408. OLE color: 11285408.

HSL color Cylindrical-coordinate representation of color #A033AC: hue angle of 294.05º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A033AC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16051172-
CMYK0.070.7000.33
HSL294.05º54.26%43.73%-
HSV(B)294.05º70.35%67.45%-
XYZ23.1312.8240.29-
YUV97.38170.11172.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=41.78%
G=13.32%
B=44.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160511720.070.7000.33294.0554.2643.73
HexA033AC746021126362c
Octal2406325471060414466654
Binary101000001100111010110011110001100100001100100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A033AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A033AC; }

 p { color: rgb(160,51,172); }

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

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

 a { background-color: rgb(160,51,172); }

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

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

 span { border-color: rgb(160,51,172); }

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